Fix formatting

This commit is contained in:
Ed Hennis
2026-01-28 19:32:14 -05:00
parent e0ccdc91d8
commit b6d54bbd05

View File

@@ -687,18 +687,10 @@ class NoEmptyDirectory
public:
void
visitEntry(
bool,
std::shared_ptr<SLE const> const&,
std::shared_ptr<SLE const> const&);
visitEntry(bool, std::shared_ptr<SLE const> const&, std::shared_ptr<SLE const> const&);
bool
finalize(
STTx const&,
TER const,
XRPAmount const,
ReadView const&,
beast::Journal const&);
finalize(STTx const&, TER const, XRPAmount const, ReadView const&, beast::Journal const&);
};
// additional invariant checks can be declared above and then added to this