Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo committed Nov 27, 2024
1 parent dc63e98 commit a1adafe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kala-base/src/main/java/kala/io/AnsiColors.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public final class AnsiColors {
* Reset ANSI styles
*/
public static final String RESET = "\u001b[0m";

/**
* ANSI bold
*/
Expand Down

0 comments on commit a1adafe

Please sign in to comment.