Skip to content

Commit 4d035d4

Browse files
committed
fix: correctly format application.cpp according to clang-format-19
1 parent c8e8f83 commit 4d035d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/executables/game/application.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,7 @@ void Application::update() {
382382
},
383383
[this](const scenes::Scene::Push& push) {
384384
spdlog::info("pushing back scene {}", magic_enum::enum_name(push.target_scene));
385-
m_scene_stack.push_back(
386-
scenes::create_scene(*this, push.target_scene, push.layout)
385+
m_scene_stack.push_back(scenes::create_scene(*this, push.target_scene, push.layout)
387386
);
388387
},
389388
[this](scenes::Scene::RawPush& raw_push) {

0 commit comments

Comments
 (0)