Skip to content

Commit

Permalink
Fix clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtatcam committed Jul 16, 2024
1 parent 4e4352f commit 20721a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libxrpl/protocol/STMPTAmount.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ bool
STMPTAmount::isEquivalent(const STBase& t) const
{
const STMPTAmount* v = dynamic_cast<const STMPTAmount*>(&t);
return v && operator == (*v);
return v && operator==(*v);
}

bool
Expand Down

0 comments on commit 20721a8

Please sign in to comment.