Skip to content

Commit

Permalink
HDDS-10834. Added the LINE_SEPARATOR back in SnapshotDiffReportOzone
Browse files Browse the repository at this point in the history
  • Loading branch information
hemantk-12 committed May 9, 2024
1 parent 673c112 commit d768539
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ public String toString() {
}
if (StringUtils.isNotEmpty(token)) {
str.append("Next token: ")
.append(token);
.append(token)
.append(LINE_SEPARATOR);
}
return str.toString();
}
Expand Down

0 comments on commit d768539

Please sign in to comment.