mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Clang format sort includes
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
#include "includes.h"
|
||||
#include "test_sink.h"
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
#include "includes.h"
|
||||
#include "test_sink.h"
|
||||
|
||||
TEST_CASE("test_default_level", "[log_level]") {
|
||||
auto test_sink = std::make_shared<spdlog::sinks::test_sink_st>();
|
||||
REQUIRE(test_sink->log_level() == spdlog::level::trace);
|
||||
|
Reference in New Issue
Block a user