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 Feb 21, 2023
1 parent 9d84053 commit c294bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/functions/iologindata_save_player.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class IOLoginDataSave : public IOLoginData {
using ItemRewardList = std::list<std::pair<int32_t, Item*>>;
using ItemInboxList = std::list<std::pair<int32_t, Item*>>;

static bool saveItems(const Player* player, const ItemBlockList& itemList, DBInsert& query_insert, PropWriteStream& stream);
static bool saveItems(const Player* player, const ItemBlockList &itemList, DBInsert &query_insert, PropWriteStream &stream);
};

#endif // SRC_IO__FUNCTIONS_IOLOGINDATASAVE_HPP_

0 comments on commit c294bce

Please sign in to comment.