Skip to content

Commit f72e1dd

Browse files
committed
Whitespace
1 parent 023d5af commit f72e1dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd2/ansi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ class bg(ColorBase):
118118
INTENSITY_BRIGHT = Style.BRIGHT
119119
INTENSITY_DIM = Style.DIM
120120
INTENSITY_NORMAL = Style.NORMAL
121+
121122
# ANSI style sequences not provided by colorama
122123
UNDERLINE_ENABLE = colorama.ansi.code_to_chars(4)
123124
UNDERLINE_DISABLE = colorama.ansi.code_to_chars(24)

0 commit comments

Comments
 (0)