Fix wrongly placed whitespace

This commit is contained in:
Norman Köster 2016-12-07 18:02:29 +01:00
parent e770869514
commit 1e501fc60b

View File

@ -27,7 +27,7 @@ class CpuUsageGraph(CpuUsage, ColorRangeModule):
("end_color", "Hex or English name for end of color range, eg '#FF0000' or 'red'"),
("graph_width", "Width of the cpu usage graph"),
("graph_style", "Graph style ('blocks', 'braille-fill', 'braille-peak', or 'braille-snake')"),
("direction" , "Graph running direction ('lr', 'rl')"),
("direction", "Graph running direction ('lr', 'rl')"),
)
graph_width = 15