Skip to content

Commit

Permalink
Remove duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
andriy-dmytruk committed Dec 3, 2024
1 parent 5c38913 commit 351a91a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ public String toCircularString() {
pathString.append(ls).append(spaces).append("^").append(" \\---> ");
spaces = spaces + "| ";
} else if (index != 0) {
pathString.append(ls).append(spaces).append("\\---> ");
pathString.append(ls).append(spaces).append(RIGHT_ARROW);
}
pathString.append(segmentString);
spaces = spaces + " ";
Expand Down

0 comments on commit 351a91a

Please sign in to comment.