clang format
This commit is contained in:
parent
0f27e0edf2
commit
1abccb29f9
|
@ -4,8 +4,8 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
#include "types.h"
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include "types.h"
|
||||||
|
|
||||||
namespace Config {
|
namespace Config {
|
||||||
void load(const std::filesystem::path& path);
|
void load(const std::filesystem::path& path);
|
||||||
|
|
Loading…
Reference in New Issue