From 5019f177c10151e030f58cf15e079c9f7412f2a9 Mon Sep 17 00:00:00 2001 From: utox39 Date: Fri, 30 May 2025 18:00:08 +0200 Subject: [PATCH] refactor(config): add comment --- src/config.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.zig b/src/config.zig index 9f80ff4..da3f349 100644 --- a/src/config.zig +++ b/src/config.zig @@ -25,7 +25,7 @@ pub const ModuleType = enum { disk, terminal, locale, - net, + net, // It must always be the last element of this array }; pub fn getModulesTypes(allocator: std.mem.Allocator, config: ?std.json.Parsed(Config)) !std.ArrayList(ModuleType) {