Skip to content

Commit 8b8eead

Browse files
Code format - (Clang-format)
1 parent cb40b56 commit 8b8eead

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/lua/lua_script_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ void LuaScriptManager::collectMapOverlayCommands(const MapViewInfo& view, std::v
371371

372372
if (opts["image"].valid() && opts["image"].is<LuaAPI::LuaImage>()) {
373373
LuaAPI::LuaImage img = opts["image"].get<LuaAPI::LuaImage>();
374-
if(img.isSpriteSource()) {
374+
if (img.isSpriteSource()) {
375375
MapOverlayCommand cmd;
376376
cmd.type = MapOverlayCommand::Type::Sprite;
377377
cmd.sprite_id = img.getSpriteId();

0 commit comments

Comments
 (0)