Skip to content

Commit

Permalink
Merge pull request #109 from GasparVardanyan/main
Browse files Browse the repository at this point in the history
kb/printer/style.py
  • Loading branch information
gnebbia authored Oct 17, 2023
2 parents fa365a3 + 2f072df commit 862a1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kb/printer/style.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@

ALT_BGROUND = styler.set_bg('#303030')
BOLD = styler.set_style('bold')
UND = styler.set_style('underlined')
UND = styler.set_style('underline')
RESET = styler.reset()

0 comments on commit 862a1ab

Please sign in to comment.