Skip to content

Commit

Permalink
Code format - (Clang-format)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 28, 2024
1 parent 971f43d commit 8df0af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/creatures/players/player_store_detail.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ValueWrapper;
#endif

struct StoreDetail {

std::string toString() const {
return fmt::format("Description: {}, Coin Amount: {}, CreatedAt: {}, Is Gold: {}", description, coinAmount, createdAt, isGold);
}
Expand Down

0 comments on commit 8df0af4

Please sign in to comment.