Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Mar 31, 2016
1 parent 1816cb8 commit e5c1105
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bashcolor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
_RESET_EFFECT = 10


def colorize(text, color=None, background=None, effects=[], color_256=None, background_256=None, with_end=True):
def colorize(
text, color=None, background=None, effects=[],
color_256=None, background_256=None, with_end=True
):
start = []
end = []

Expand Down

0 comments on commit e5c1105

Please sign in to comment.