Skip to content

Commit

Permalink
Merge branch 'feature/RB-61-basic-missiles' of github.com:X-R-G-B/R-B…
Browse files Browse the repository at this point in the history
…us into feature/RB-61-basic-missiles
  • Loading branch information
Saverio976 committed Oct 4, 2023
2 parents 38406c1 + 7928b65 commit 7eebd3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ECS/Logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
** Logger.cpp
*/

#include "Logger.hpp"
#include <chrono>
#include <sstream>
#include <iostream>
#include "Registry.hpp"
#include "date/date.h"
#include "Logger.hpp"

namespace Logger {
void fatal(const std::string &message)
Expand Down Expand Up @@ -136,7 +136,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 7eebd3f

Please sign in to comment.