From 8913450ac29bbcb867e6705bc92dc1e96b7fcedb Mon Sep 17 00:00:00 2001 From: Sergei Turukin Date: Thu, 11 Dec 2014 13:54:31 +0200 Subject: [PATCH] PEP8 fix, hope wont' break rST parser as well --- i3pystatus/cmus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/cmus.py b/i3pystatus/cmus.py index 5e7f977..c3b8490 100644 --- a/i3pystatus/cmus.py +++ b/i3pystatus/cmus.py @@ -20,7 +20,7 @@ class Cmus(IntervalModule): Gets the status and current song info using cmus-remote .. rubric:: Available formatters - + * `{status}` — current status icon (paused/playing/stopped) * `{song_elapsed}` — song elapsed time (mm:ss format) * `{song_length}` — total song duration (mm:ss format)