Remove extraneous space

This commit is contained in:
jesopo 2019-08-07 14:00:56 +01:00
parent 97f5c92438
commit b6361ba4e3

View file

@ -79,7 +79,6 @@ def parse_line(line: str) -> IRCLine.ParsedLine:
return IRCLine.ParsedLine(command, args, source, tags)
REGEX_COLOR = re.compile("%s(?:(\d{1,2})(?:,(\d{1,2}))?)?" % utils.consts.COLOR)
def color(s: str, foreground: utils.consts.IRCColor,