# HG changeset patch # User Mikael Berthe # Date 1353868172 -3600 # Node ID 2cefbe9f3ac6a5cca2c3f9204bc72c41c7d120ca # Parent 62248d5fbb2451cbddf845fc2a03e00217a13952 shortenurl: cosmetical change diff -r 62248d5fbb24 -r 2cefbe9f3ac6 mcbot/cmds/shortenurl.lua --- a/mcbot/cmds/shortenurl.lua Sun Nov 25 19:01:31 2012 +0100 +++ b/mcbot/cmds/shortenurl.lua Sun Nov 25 19:29:32 2012 +0100 @@ -42,7 +42,7 @@ if data then local reply = json.decode ( data ) if ( type ( reply ) == 'table' ) and reply.id then - return ('Full: %s\nShort: %s'):format(url, reply.id) + return ('Full: %s\nShort: %s'):format(url, reply.id) else local errmsg if type ( reply ) == 'table' and ( type ( reply.error ) == 'table' ) then