~fixed clang tidy filestream warning

This commit is contained in:
Julian Hinxlage 2019-12-19 11:45:13 +01:00
parent f231598aa0
commit 798a5e103d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ namespace vkvm {
LogLevel logLevel = LogLevel::INFO;
LogLevel fileLogLevel = LogLevel::INFO;
std::ofstream logToFileStream;
std::ofstream logToFileStream;//NOLINT
//converts the level to a string of the level
auto getLevelName(LogLevel level) -> std::string {