Skip to content

Commit

Permalink
Fix clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtatcam committed Nov 12, 2024
1 parent 1101408 commit 9ebcbac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/xrpl/protocol/MPTIssue.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ class MPTIssue
void
setJson(Json::Value& jv) const;

auto operator<=>(MPTIssue const&) const = default;
auto
operator<=>(MPTIssue const&) const = default;

bool
native() const
Expand Down

0 comments on commit 9ebcbac

Please sign in to comment.