From bca5bc5b8f4f17da6be7ccc1dbe18dcc09fc0670 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Mon, 21 Dec 2009 22:54:49 +0100 Subject: [PATCH] removed unnecessary whitespaces --- colloquy_lastfm_plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colloquy_lastfm_plugin.js b/colloquy_lastfm_plugin.js index c6af37a..fdee972 100644 --- a/colloquy_lastfm_plugin.js +++ b/colloquy_lastfm_plugin.js @@ -115,7 +115,7 @@ function processUserCommand( command, arguments, connection, view ) { url += defaults.stringForKey("lastfmUsername"); url += "&api_key=213ac7a42cd7a69b82b7a57c6b067c6c"; - req.open('GET', url, true); + req.open('GET', url, true); req.send(null); return true;