style: remove extra spaces at map; dont make them lineup

pull/42/head
sammy 2021-04-28 18:54:16 -04:00
parent dc9bd1864c
commit a29eddb1bf
No known key found for this signature in database
GPG Key ID: 50EE40A2809851F5
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@ func LuaErr(L *lua.LState, code int) {
}
var exports = map[string]lua.LGFunction{
"cd": cd,
"cd": cd,
"mkdir": mkdir,
"stat": stat,
"stat": stat,
}
func cd(L *lua.LState) int {