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 25, 2024
1 parent 394408d commit 9389df2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ripple/protocol/BaseAmount.h
Original file line number Diff line number Diff line change
Expand Up @@ -1258,8 +1258,7 @@ BaseAmount<T>::operator bool() const noexcept
}

template <ValidAsset T>
BaseAmount<T>&
BaseAmount<T>::operator=(beast::Zero)
BaseAmount<T>& BaseAmount<T>::operator=(beast::Zero)
{
clear();
return *this;
Expand Down

0 comments on commit 9389df2

Please sign in to comment.