From f997f0f6206d30e48af29ff833d60cf5e050b7ae Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Skutnik Date: Tue, 2 Apr 2024 18:30:03 +0300 Subject: [PATCH] Run clang-format --- src/colors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/colors.h b/src/colors.h index f46c5d2..0732695 100644 --- a/src/colors.h +++ b/src/colors.h @@ -3,12 +3,12 @@ #include "./helper.h" #include +#include #include #include #include #include #include -#include using nlohmann::json; using std::list;