From ef94a51eaf7c69bf0fb85573d9da2839d5fb8e9e Mon Sep 17 00:00:00 2001 From: FO-nTTaX Date: Tue, 24 Jul 2018 21:02:41 +0200 Subject: [PATCH] remove trailing tab --- Scribunto_LuaVariablesLuaLibrary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scribunto_LuaVariablesLuaLibrary.php b/Scribunto_LuaVariablesLuaLibrary.php index c3ba7be..e3f56f9 100644 --- a/Scribunto_LuaVariablesLuaLibrary.php +++ b/Scribunto_LuaVariablesLuaLibrary.php @@ -53,7 +53,7 @@ public function fn_varexists() { return [ ExtVariables::pfObj_varexists( $parser, $parser->getPreprocessor()->newFrame(), $params ) ]; } } - + public function fn_var_table() { $parser = $this->getParser(); return [ $parser->mExtVariables->mVariables ];