Removed emtpy lines from mpd.lua

This commit is contained in:
Adrian C. (anrxc) 2009-08-21 17:16:50 +02:00
parent 5e3b953175
commit 0067dca898
1 changed files with 0 additions and 12 deletions

12
mpd.lua
View File

@ -41,15 +41,3 @@ end
-- }}} -- }}}
setmetatable(_M, { __call = function(_, ...) return worker(...) end }) setmetatable(_M, { __call = function(_, ...) return worker(...) end })