diff options
| author | Edgars Cīrulis <edgarsscirulis@gmail.com> | 2023-01-19 14:11:45 +0200 |
|---|---|---|
| committer | Edgars Cīrulis <edgarsscirulis@gmail.com> | 2023-01-19 14:12:59 +0200 |
| commit | 0199d8a74fbd76f3f37c02e4702dd5bed09fad93 (patch) | |
| tree | 9e0571d4f7a2c423612b1f8db4adcb4264a45b4b | |
| parent | f49ad2ee03974c9fe94882d99d1a2bee67b87285 (diff) | |
| download | PrismLauncher-0199d8a74fbd76f3f37c02e4702dd5bed09fad93.tar.gz PrismLauncher-0199d8a74fbd76f3f37c02e4702dd5bed09fad93.tar.bz2 PrismLauncher-0199d8a74fbd76f3f37c02e4702dd5bed09fad93.zip | |
Version.cpp: Add new line
Signed-off-by: Edgars Cīrulis <edgarsscirulis@gmail.com>
| -rw-r--r-- | launcher/Version.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/Version.cpp b/launcher/Version.cpp index d59339e7..9b96f68e 100644 --- a/launcher/Version.cpp +++ b/launcher/Version.cpp @@ -113,4 +113,4 @@ QDebug operator<<(QDebug debug, const Version& v) debug.nospace() << " ]" << " }"; return debug; -}
\ No newline at end of file +} |
