Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangfeng.xzc committed Oct 19, 2023
1 parent 62887b7 commit 210895f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@ public void dispatch(AuthInfo authInfo, WriteMetricsRequestV1 request) {
ProducerRecord<AggTaskKey, AggProtos.AggTaskValue> record =
new ProducerRecord<>(aggProperties.getTopic(), aggTaskKey, taskValue);
kafkaProducer.send(record);
StatUtils.KAFKA_SEND.add(StringsKey.of("v1"), new long[]{1, taskValue.getInDataNodesCount()});
StatUtils.KAFKA_SEND.add(StringsKey.of("v1"),
new long[] {1, taskValue.getInDataNodesCount()});
}
}
}
Expand Down

0 comments on commit 210895f

Please sign in to comment.