Skip to content

Commit

Permalink
Fix indentation problem since merge resolution
Browse files Browse the repository at this point in the history
Github merge conflict resolution is not the best with indent
  • Loading branch information
Loïc Blot committed Mar 16, 2017
1 parent 40ce538 commit b52f300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/clientscripting.cpp
Expand Up @@ -65,5 +65,5 @@ void ClientScripting::InitializeModApi(lua_State *L, int top)

LuaItemStack::Register(L);
StorageRef::Register(L);
LuaMinimap::Register(L);
LuaMinimap::Register(L);
}

0 comments on commit b52f300

Please sign in to comment.