mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Format first-party source according to .clang-format
This commit is contained in:
committed by
manojsdoshi
parent
65dfc5d19e
commit
50760c6935
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#include <test/jtx/fee.h>
|
||||
#include <ripple/protocol/jss.h>
|
||||
#include <test/jtx/fee.h>
|
||||
|
||||
namespace ripple {
|
||||
namespace test {
|
||||
@@ -27,14 +27,13 @@ namespace jtx {
|
||||
void
|
||||
fee::operator()(Env&, JTx& jt) const
|
||||
{
|
||||
if (! manual_)
|
||||
if (!manual_)
|
||||
return;
|
||||
jt.fill_fee = false;
|
||||
if (amount_)
|
||||
jt[jss::Fee] =
|
||||
amount_->getJson(JsonOptions::none);
|
||||
jt[jss::Fee] = amount_->getJson(JsonOptions::none);
|
||||
}
|
||||
|
||||
} // jtx
|
||||
} // test
|
||||
} // ripple
|
||||
} // namespace jtx
|
||||
} // namespace test
|
||||
} // namespace ripple
|
||||
|
||||
Reference in New Issue
Block a user