removed unnecessary whitespaces

This commit is contained in:
Jeena Paradies 2009-12-21 22:54:49 +01:00
parent e50151d0c6
commit bca5bc5b8f

View file

@ -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;