refactor(config): add comment

This commit is contained in:
utox39
2025-05-30 18:00:08 +02:00
parent 4206b7236d
commit 5019f177c1

View File

@@ -25,7 +25,7 @@ pub const ModuleType = enum {
disk, disk,
terminal, terminal,
locale, 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) { pub fn getModulesTypes(allocator: std.mem.Allocator, config: ?std.json.Parsed(Config)) !std.ArrayList(ModuleType) {