瀏覽代碼

Removed space line 48, which was creating linter isuue.

Malav Mevada 2 年之前
父節點
當前提交
3b66d66db4
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      kafka-ui-react-app/src/components/Brokers/Broker/Configs/Configs.tsx

+ 0 - 1
kafka-ui-react-app/src/components/Brokers/Broker/Configs/Configs.tsx

@@ -45,7 +45,6 @@ const Configs: React.FC = () => {
       });
   };
 
-
   const dataSource = React.useMemo(() => getData(), [data, keyword]);
 
   const renderCell = (props: CellContext<BrokerConfig, unknown>) => (