minor formatting
This commit is contained in:
parent
34cce4afa4
commit
8d540d65c3
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue