浏览代码

Format

Signed-off-by: daliu <liudaax@126.com>
daliu 1 年之前
父节点
当前提交
3f4561329f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.tsx

+ 2 - 2
kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.tsx

@@ -162,8 +162,8 @@ const BrokersList: React.FC = () => {
         header: 'Host',
         accessorKey: 'host',
       },
-      { header: 'IN /sec', accessorKey: 'bytesInPerSec',  cell: SizeCell},
-      { header: 'OUT /sec', accessorKey: 'bytesOutPerSec', cell: SizeCell},
+      { header: 'IN /sec', accessorKey: 'bytesInPerSec', cell: SizeCell },
+      { header: 'OUT /sec', accessorKey: 'bytesOutPerSec', cell: SizeCell },
     ],
     []
   );