Skip to content

Commit

Permalink
Trivial
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Sep 23, 2024
1 parent 1fed842 commit cffcf6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/libj/console/Tables.java
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ public static String printTable(final boolean borders, final Align alignHeading,
builder.append('═');
}

builder.append("╣");
builder.append('╣');
}

// Print the data rows
Expand Down

0 comments on commit cffcf6a

Please sign in to comment.