Remove extra space

This commit is contained in:
Nicholas Hastings 2025-11-08 17:05:55 +00:00 committed by GitHub
parent cfff550f1d
commit 3007a71810
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@
* Version: $Id$
*/
#include <string_view>
#include <string_view>
#include <time.h>
#include <cstdarg>
#include "Logger.h"
@ -471,4 +471,5 @@ const char* Logger::GetFormattedDate() const
}
return date;
}