minor formatting

This commit is contained in:
Lilian Jónsdóttir 2020-07-11 14:38:07 -07:00
parent 34cce4afa4
commit 8d540d65c3

View file

@ -4,9 +4,7 @@ local this = {}
local currentConfig local currentConfig
this.default = { this.default = {keyboardLayout = "qwerty"}
keyboardLayout = "qwerty"
}
function this.getConfig() function this.getConfig()
currentConfig = currentConfig or mwse.loadConfig(common.configString, this.default) currentConfig = currentConfig or mwse.loadConfig(common.configString, this.default)