From 8df0af4058ccce4a27412b8726631f3b22bfdc61 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 28 Sep 2024 01:26:32 +0000 Subject: [PATCH] Code format - (Clang-format) --- src/creatures/players/player_store_detail.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/creatures/players/player_store_detail.hpp b/src/creatures/players/player_store_detail.hpp index 50e85bf47cb..d890c200e00 100644 --- a/src/creatures/players/player_store_detail.hpp +++ b/src/creatures/players/player_store_detail.hpp @@ -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); }