From 5852672ae1ef7a85299e3b4ce3ac76719066595f Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 28 Feb 2010 23:23:29 +0100 Subject: [PATCH] Remove trailing whitespace --- mopidy/mpd/handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/mpd/handler.py b/mopidy/mpd/handler.py index 885aeb18..922a251d 100644 --- a/mopidy/mpd/handler.py +++ b/mopidy/mpd/handler.py @@ -1059,7 +1059,7 @@ class MpdHandler(object): 'db_playtime': 0, # TODO 'db_update': 0, # TODO 'playtime': 0, # TODO - } + } @handle_pattern(r'^status$') def _status_status(self):