Browse Source

Format

Signed-off-by: daliu <liudaax@126.com>
daliu 1 year ago
parent
commit
3f4561329f

+ 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 },
     ],
     []
   );