Skip to content

Commit

Permalink
Fix clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtatcam committed Jun 27, 2024
1 parent 3336383 commit aa70397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/ripple/protocol/AssetAmount.h
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,7 @@ AssetAmount<TIss>::operator-=(AssetAmount<TIss> const& a)
}

template <ValidAssetType TIss>
AssetAmount<TIss>&
AssetAmount<TIss>::operator=(beast::Zero)
AssetAmount<TIss>& AssetAmount<TIss>::operator=(beast::Zero)
{
clear();
return *this;
Expand Down
3 changes: 1 addition & 2 deletions src/ripple/protocol/impl/STAmount.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -627,8 +627,7 @@ STAmount::getText() const
return ret;
}

Json::Value
STAmount::getJson(JsonOptions) const
Json::Value STAmount::getJson(JsonOptions) const
{
Json::Value elem;
setJson(elem);
Expand Down

0 comments on commit aa70397

Please sign in to comment.