From 2fe941579a016bf6f557d5f47d619b1d65281f1d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 24 Nov 2023 17:58:26 +0000 Subject: [PATCH] Code format - (Clang-format) --- src/account/account.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/account/account.hpp b/src/account/account.hpp index 04a3f5d799e..5ade61d48b5 100644 --- a/src/account/account.hpp +++ b/src/account/account.hpp @@ -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);