Skip to content

Commit

Permalink
fix: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dialex committed Sep 25, 2021
1 parent 09936e1 commit 4d5e1e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/diogonunes/jcolor/Attribute.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public static Attribute BOLD() {
return new SimpleAttribute("1");
}


/**
* @return Alias of BOLD().
*/
Expand Down Expand Up @@ -89,7 +88,6 @@ public static Attribute OVERLINED() {
return new SimpleAttribute("53");
}


// Colors (foreground)

public static Attribute BLACK_TEXT() {
Expand Down

0 comments on commit 4d5e1e3

Please sign in to comment.