From 29616c0557046fca2c421364a297357221660864 Mon Sep 17 00:00:00 2001
From: Kim Alvefur <zash@zash.se>
Date: Sat, 7 Jul 2018 17:59:15 +0200
Subject: MUC: Remove empty statement [luacheck]

---
 plugins/muc/name.lib.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'plugins/muc')

diff --git a/plugins/muc/name.lib.lua b/plugins/muc/name.lib.lua
index 1449c1be..38d7b27e 100644
--- a/plugins/muc/name.lib.lua
+++ b/plugins/muc/name.lib.lua
@@ -20,7 +20,7 @@ local function set_name(room, name)
 	return true;
 end
 
-local function insert_name_into_form(event);
+local function insert_name_into_form(event)
 	table.insert(event.form, {
 		name = "muc#roomconfig_roomname";
 		type = "text-single";
-- 
cgit v1.2.3