Skip to content

Commit

Permalink
FORMAT-AUTO: automatic format on pull request #39
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 4, 2023
1 parent 285dba2 commit 7928b65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ECS/Logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
#include <ctime>
#include <format>
#include <iostream>
#include "Registry.hpp"
#include "date/date.h"
#include <sstream>
#include <string>
#include "Registry.hpp"
#include "date/date.h"

namespace Logger {
void fatal(const std::string &message)
Expand Down Expand Up @@ -139,7 +139,7 @@ namespace Logger {
#endif

auto const now = std::chrono::system_clock::now();
auto it = _callbacks.find(levelT);
auto it = _callbacks.find(levelT);
std::stringstream s;
std::string mes;

Expand Down

0 comments on commit 7928b65

Please sign in to comment.