Skip to content

Commit 8f21ce3

Browse files
committed
refactor: rename FormatOption#STRIKE_THROUGH to FormatOption#STRIKETHROUGH
1 parent 89a92a1 commit 8f21ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/textFormatter/FormatOption.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public enum FormatOption {
2222
REVERSE(7),
2323
/** Hides the text. */
2424
HIDDEN(8),
25-
STRIKE_THROUGH(9);
25+
STRIKETHROUGH(9);
2626

2727
private final byte value;
2828

0 commit comments

Comments
 (0)