From 1abccb29f99cef4d23988e95e1389bade216ffc5 Mon Sep 17 00:00:00 2001 From: raziel1000 Date: Mon, 10 Jun 2024 20:44:16 -0600 Subject: [PATCH] clang format --- src/common/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config.h b/src/common/config.h index c41c8c29..0a3b4905 100644 --- a/src/common/config.h +++ b/src/common/config.h @@ -4,8 +4,8 @@ #pragma once #include -#include "types.h" #include +#include "types.h" namespace Config { void load(const std::filesystem::path& path);