Remove empty line

[skip ci]
master
Sébastien Villemot 2023-12-04 17:36:20 +01:00
parent bffd68e0bf
commit 045fbaec0e
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 0 additions and 1 deletions

View File

@ -166,7 +166,6 @@ ConfigFile::getConfigFileInfo(const filesystem::path& config_file)
if (!configFile.is_open())
{
cerr << "ERROR: Couldn't open file " << config_file.string() << endl;
;
exit(EXIT_FAILURE);
}
}