Skip to content

Commit

Permalink
fix linting in ksql
Browse files Browse the repository at this point in the history
  • Loading branch information
masonwoodford committed May 21, 2024
1 parent 73f51a4 commit 28a34ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/widgets/ClusterConfigForm/Sections/KSQL.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, {useState} from 'react';
import React, { useState } from 'react';
import Input from 'components/common/Input/Input';
import { useFormContext } from 'react-hook-form';
import SectionHeader from 'widgets/ClusterConfigForm/common/SectionHeader';
Expand Down

0 comments on commit 28a34ad

Please sign in to comment.