Skip to content

Commit 28a34ad

Browse files
committed
fix linting in ksql
1 parent 73f51a4 commit 28a34ad

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/widgets/ClusterConfigForm/Sections

1 file changed

+1
-1
lines changed

frontend/src/widgets/ClusterConfigForm/Sections/KSQL.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, {useState} from 'react';
1+
import React, { useState } from 'react';
22
import Input from 'components/common/Input/Input';
33
import { useFormContext } from 'react-hook-form';
44
import SectionHeader from 'widgets/ClusterConfigForm/common/SectionHeader';

0 commit comments

Comments
 (0)