From 8d540d65c321e340b47b2fca82fbaa3a19e5ad69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Sat, 11 Jul 2020 14:38:07 -0700 Subject: [PATCH] minor formatting --- MWSE/mods/Keyboard Layout Changer/config.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MWSE/mods/Keyboard Layout Changer/config.lua b/MWSE/mods/Keyboard Layout Changer/config.lua index 2aa7b02..8b7804a 100644 --- a/MWSE/mods/Keyboard Layout Changer/config.lua +++ b/MWSE/mods/Keyboard Layout Changer/config.lua @@ -4,9 +4,7 @@ local this = {} local currentConfig -this.default = { - keyboardLayout = "qwerty" -} +this.default = {keyboardLayout = "qwerty"} function this.getConfig() currentConfig = currentConfig or mwse.loadConfig(common.configString, this.default)