mirror of https://github.com/Hilbis/Hilbish
style: remove extra spaces at map; dont make them lineup
parent
dc9bd1864c
commit
a29eddb1bf
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue