Skip to content

Commit b52f300

Browse files
author
Loïc Blot
committedMar 16, 2017
Fix indentation problem since merge resolution
Github merge conflict resolution is not the best with indent
1 parent 40ce538 commit b52f300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/script/clientscripting.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ void ClientScripting::InitializeModApi(lua_State *L, int top)
6565

6666
LuaItemStack::Register(L);
6767
StorageRef::Register(L);
68-
LuaMinimap::Register(L);
68+
LuaMinimap::Register(L);
6969
}

0 commit comments

Comments
 (0)