From c042a90378bc41614fd3bcec43e881737d35e390 Mon Sep 17 00:00:00 2001 From: Javier Honduvilla Coto Date: Fri, 28 Nov 2014 14:50:41 +0100 Subject: [PATCH] style fixes --- plugins/rae.lua | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/plugins/rae.lua b/plugins/rae.lua index 05f1ccf..787fc18 100644 --- a/plugins/rae.lua +++ b/plugins/rae.lua @@ -1,4 +1,3 @@ - function getDulcinea( text ) -- Powered by https://github.com/javierhonduco/dulcinea local api = "http://dulcinea.herokuapp.com/api/?query=" @@ -41,9 +40,9 @@ function run(msg, matches) end return { - description = "Spanish dictionary", - usage = "!rae [word]", - patterns = {"^!rae (.*)$"}, - run = run + description = "Spanish dictionary", + usage = "!rae [word]", + patterns = {"^!rae (.*)$"}, + run = run }