From ade1dcd5e8eaafcc842bf3ec1fa381165f5e63be Mon Sep 17 00:00:00 2001 From: thoso Date: Thu, 20 Feb 2014 01:48:04 +0100 Subject: [PATCH] typo fix --- modules/units/units.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/units/units.js b/modules/units/units.js index cda7d36..85c730d 100644 --- a/modules/units/units.js +++ b/modules/units/units.js @@ -19,8 +19,9 @@ var units = function(dbot) { })); var result = unit.convert(query); } - } catch (e) { - event.reply(dbot.t('error')); + catch (e) { + event.reply(dbot.t('error')); + } } }