Skip to content

Commit 271e618

Browse files
committed
fix(broker-configs): add/remove blank lines to satisfy the tests
1 parent bfd0bc6 commit 271e618

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/components/Brokers/Broker/Configs/lib

1 file changed

+1
-1
lines changed

frontend/src/components/Brokers/Broker/Configs/lib/utils.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ import { type BrokerConfig, ConfigSource } from 'generated-sources';
33
import { createColumnHelper } from '@tanstack/react-table';
44
import * as BrokerConfigTableComponents from 'components/Brokers/Broker/Configs/TableComponents/index';
55
import BytesFormatted from 'components/common/BytesFormatted/BytesFormatted';
6+
67
import type {
78
BrokerConfigsTableRow,
89
ConfigUnit,
910
UpdateBrokerConfigCallback,
1011
} from './types';
11-
1212
import { CONFIG_SOURCE_NAME_MAP, CONFIG_SOURCE_PRIORITY } from './constants';
1313

1414
const getConfigFieldMatch = (field: string, query: string) =>

0 commit comments

Comments
 (0)