Skip to content

Commit

Permalink
Merge pull request #415 from kmgowda/kmg-append-1
Browse files Browse the repository at this point in the history
remove double lines

Signed-off-by: Keshava Munegowda <keshava.gowda@gmail.com>
  • Loading branch information
kmgowda authored Apr 17, 2023
2 parents db1557d + cce3b14 commit 4edc06d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sbk-api/src/main/java/io/sbk/logger/impl/SystemLogger.java
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ protected final void appendResultString(StringBuilder out, int writers, int maxW
writeReadRequestPendingBytes);
appendResultString(out, seconds, bytes, records, recsPerSec, mbPerSec,
avgLatency, minLatency, maxLatency, invalid, lowerDiscard, higherDiscard, slc1, slc2, percentileValues);
out.append("\n");
}

@Override
Expand Down

0 comments on commit 4edc06d

Please sign in to comment.