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 Nov 24, 2023
1 parent 4f37c76 commit 2fe9415
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/account/account.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ namespace account {
* @brief Add coins to the account.
*
* @param type Type of the coin
* @param amount Amount of coins to be added
* @param detail
* @param registerHistory
* @return error_t ERROR_NO(0) Success, otherwise Fail.
* @param amount Amount of coins to be added
* @param detail
* @param registerHistory
* @return error_t ERROR_NO(0) Success, otherwise Fail.
*/
error_t addCoins(const CoinType &type, const uint32_t &amount, const std::string &detail = "ADD Coins", bool registerHistory = true);

Expand Down

0 comments on commit 2fe9415

Please sign in to comment.