clang format

This commit is contained in:
raziel1000 2024-06-10 20:44:16 -06:00
parent 0f27e0edf2
commit 1abccb29f9
1 changed files with 1 additions and 1 deletions

View File

@ -4,8 +4,8 @@
#pragma once
#include <filesystem>
#include "types.h"
#include <vector>
#include "types.h"
namespace Config {
void load(const std::filesystem::path& path);