From 9b6d58a262e8c5ebcfde8ffd844b9910d3a8cb2a Mon Sep 17 00:00:00 2001 From: karurochari Date: Sat, 21 Dec 2024 19:16:06 +0000 Subject: [PATCH] Fixed merge --- include/singletons.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/singletons.hpp b/include/singletons.hpp index 88ecdb7..11de2bc 100644 --- a/include/singletons.hpp +++ b/include/singletons.hpp @@ -35,4 +35,5 @@ struct field_models_t{ UNKNOWN, FLAG, ENUM, RAW, PATH, STRING, COLOR, SCALAR_1, SCALAR_2, SCALAR_4 }; } extern field_models; +} } \ No newline at end of file