Skip to content

Commit

Permalink
[fold] Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
seelabs committed Aug 1, 2017
1 parent ce7dafa commit f19185e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ripple/rpc/handlers/PayChanClaim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit f19185e

Please sign in to comment.