From bb95c10727d4a5b9f8226462ed1bee15a71fd33c Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 31 Aug 2026 09:21:51 +0200 Subject: chore: minor stylistic cleanups --- libs/kstd/kstd/bits/format/parse_context.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs') diff --git a/libs/kstd/kstd/bits/format/parse_context.hpp b/libs/kstd/kstd/bits/format/parse_context.hpp index 81ed52cf..c4cff3ba 100644 --- a/libs/kstd/kstd/bits/format/parse_context.hpp +++ b/libs/kstd/kstd/bits/format/parse_context.hpp @@ -89,7 +89,7 @@ namespace kstd } private: - enum class index_mode + enum struct index_mode { unknown, automatic, -- cgit v1.2.3