Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
Signed-off-by: daliu <[email protected]>
  • Loading branch information
liudaac committed Feb 4, 2024
1 parent 6a45273 commit 93b8cf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kafka-ui-react-app/src/lib/fixtures/topics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const internalTopicPayload = {
bytesOutPerSec: 0,
messageInMeanRate: 0,
messageInFiveMinuteRate: 0,
fetchRequestsMeanRate:0,
fetchRequestsMeanRate: 0,
fetchRequestsFiveMinuteRate: 0,
produceRequestsMeanRate: 0,
produceRequestsFiveMinuteRate: 0,
Expand Down Expand Up @@ -45,7 +45,7 @@ export const externalTopicPayload = {
bytesOutPerSec: 0,
messageInMeanRate: 0,
messageInFiveMinuteRate: 0,
fetchRequestsMeanRate:0,
fetchRequestsMeanRate: 0,
fetchRequestsFiveMinuteRate: 0,
produceRequestsMeanRate: 0,
produceRequestsFiveMinuteRate: 0,
Expand Down

0 comments on commit 93b8cf0

Please sign in to comment.