Skip to content

Commit

Permalink
Fix formatting that got messed up in rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ximinez committed Sep 24, 2021
1 parent b8bdc6d commit 76aecff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ripple/protocol/impl/Feature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ static detail::FeatureCollections featureCollections;
std::map<std::string, DefaultVote> const&
detail::supportedAmendments()
{
return featureCollections.supportedAmendments();
return featureCollections.supportedAmendments();
}

/** Amendments that this server won't vote for by default. */
Expand Down

0 comments on commit 76aecff

Please sign in to comment.