Skip to content

Commit

Permalink
Fix clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtatcam committed Oct 12, 2023
1 parent 32dac4b commit b54ce8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/jtx/amount.h
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,7 @@ class CFT
// STAmount operator()(char const* s) const;

/** Returns None-of-Issue */
None
operator()(none_t) const
None operator()(none_t) const
{
return {issue()};
}
Expand Down

0 comments on commit b54ce8d

Please sign in to comment.