Re-enabled the chat command

Leandro Silva [09-24-18 - 00:15]
Re-enabled the chat command
Filename
LeoGuildManager.lua
diff --git a/LeoGuildManager.lua b/LeoGuildManager.lua
index d9f87a1..fd58026 100644
--- a/LeoGuildManager.lua
+++ b/LeoGuildManager.lua
@@ -420,9 +420,8 @@ function LeoGM.Initialize()
     ]]

     SLASH_COMMANDS["/leogm"] = function(cmd)
-
-    LeoGM:ShowUI()
-end
+        LeoGM:ShowUI()
+    end
 end

 function LeoGM.OnAddOnLoaded(event, addonName)