From f19185e8a672ed95a284ce7a0386d1c63152e742 Mon Sep 17 00:00:00 2001 From: seelabs Date: Mon, 31 Jul 2017 09:48:07 -0400 Subject: [PATCH] [fold] Fix indentation --- src/ripple/rpc/handlers/PayChanClaim.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/rpc/handlers/PayChanClaim.cpp b/src/ripple/rpc/handlers/PayChanClaim.cpp index 0f9cdaf0e66..d3acffcb2e4 100644 --- a/src/ripple/rpc/handlers/PayChanClaim.cpp +++ b/src/ripple/rpc/handlers/PayChanClaim.cpp @@ -90,7 +90,7 @@ Json::Value doChannelVerify (RPC::Context& context) { auto const& params (context.params); for (auto const& p : - {jss::public_key, jss::channel_id, jss::amount, jss::signature}) + {jss::public_key, jss::channel_id, jss::amount, jss::signature}) if (!params.isMember (p)) return RPC::missing_field_error (p);