Version.cpp: Add new line

Signed-off-by: Edgars Cīrulis <edgarsscirulis@gmail.com>
This commit is contained in:
Edgars Cīrulis 2023-01-19 14:11:45 +02:00
parent f49ad2ee03
commit 0199d8a74f
No known key found for this signature in database
GPG Key ID: 307C4E4663F1FCC3

View File

@ -113,4 +113,4 @@ QDebug operator<<(QDebug debug, const Version& v)
debug.nospace() << " ]" << " }";
return debug;
}
}