clang-tidy

This commit is contained in:
tequ
2026-04-30 11:58:26 +09:00
committed by Oleksandr
parent 0c683bfd66
commit 86c90c8e5c
24 changed files with 6 additions and 24 deletions

View File

@@ -28,7 +28,7 @@ public:
void
visitEntry(bool, std::shared_ptr<SLE const> const&, std::shared_ptr<SLE const> const&);
bool
[[nodiscard]] bool
finalize(STTx const&, TER const, XRPAmount const, ReadView const&, beast::Journal const&) const;
};
@@ -49,7 +49,7 @@ public:
void
visitEntry(bool, std::shared_ptr<SLE const> const&, std::shared_ptr<SLE const> const&);
bool
[[nodiscard]] bool
finalize(STTx const&, TER const, XRPAmount const, ReadView const&, beast::Journal const&) const;
};