Skip to content

Commit dcf4afb

Browse files
committed
fix(broker-configs): add empty lines between imports to pass the test
1 parent 795cad7 commit dcf4afb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/components/Brokers/Broker/Configs/TableComponents/InputCell/InputCellViewMode.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ import EditIcon from 'components/common/Icons/EditIcon';
44
import type { ConfigUnit } from 'components/Brokers/Broker/Configs/lib/types';
55
import Tooltip from 'components/common/Tooltip/Tooltip';
66
import { getConfigDisplayValue } from 'components/Brokers/Broker/Configs/lib/utils';
7+
import ClusterContext from 'components/contexts/ClusterContext';
78

89
import * as S from './styled';
9-
import ClusterContext from 'components/contexts/ClusterContext';
10+
1011

1112
interface InputCellViewModeProps {
1213
value: string;

0 commit comments

Comments
 (0)