Fix formatting

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2025-08-21 15:16:34 +01:00
parent 7fa0a89b0c
commit 27ab6d3ddc
2 changed files with 2 additions and 3 deletions

View File

@@ -365,8 +365,7 @@ public:
/** Journal has no default constructor. */
Journal() = delete;
Journal(Journal const& other)
: Journal(other, nullptr)
Journal(Journal const& other) : Journal(other, nullptr)
{
}