Skip to content

Commit

Permalink
Fix code style issues with clang_format
Browse files Browse the repository at this point in the history
  • Loading branch information
lint-action committed Sep 27, 2024
1 parent d3e08f1 commit 93d8e2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/profile/sprites.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ void LoadSpritesheets() {
Window->Shutdown();
}

futures.emplace_back(std::tuple(name, std::async(std::launch::async, LoadTexture, stream, name)));
futures.emplace_back(std::tuple(
name, std::async(std::launch::async, LoadTexture, stream, name)));

Pop();
}
Expand Down

0 comments on commit 93d8e2f

Please sign in to comment.