mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-19 19:25:53 +00:00
clang-format (#86)
* clang-format * ignore clang-format commit; run clang-format in github actions
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#include <backend/BackendInterface.h>
|
||||
#include <rpc/RPCHelpers.h>
|
||||
|
||||
|
||||
namespace RPC {
|
||||
|
||||
Result
|
||||
@@ -97,7 +96,7 @@ doLedger(Context const& context)
|
||||
entry["tx_blob"] = ripple::strHex(obj.transaction);
|
||||
entry["meta"] = ripple::strHex(obj.metadata);
|
||||
}
|
||||
//entry["ledger_index"] = obj.ledgerSequence;
|
||||
// entry["ledger_index"] = obj.ledgerSequence;
|
||||
return entry;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user