Skip to content

Commit

Permalink
Format output
Browse files Browse the repository at this point in the history
  • Loading branch information
tejaskriya committed Feb 7, 2025
1 parent de71a08 commit c78fcb6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ private String constructCommandAuditMap(List<SCMCommandProto> cmds) {
auditMap.append(" deleteTransactionsCount: ")
.append(cmd.getDeleteBlocksCommandProto().getDeletedBlocksTransactionsCount());
auditMap.append(" cmdID: ").append(cmd.getDeleteBlocksCommandProto().getCmdId());
auditMap.append(" encodedToken: " + cmd.getEncodedToken());
auditMap.append(" deadlineMsSinceEpoch: " + cmd.getDeadlineMsSinceEpoch());
auditMap.append(" encodedToken: \"").append(cmd.getEncodedToken()).append("\"");
auditMap.append(" deadlineMsSinceEpoch: ").append(cmd.getDeadlineMsSinceEpoch());
} else {
auditMap.append(cmd);
}
Expand Down

0 comments on commit c78fcb6

Please sign in to comment.