wpt: remove useless default

This commit is contained in:
Pierre Tachoire
2023-10-17 18:19:17 +02:00
parent 9dda08b8a9
commit 3f40936b78

View File

@@ -17,7 +17,7 @@ const apis = jsruntime.compile(DOM.Interfaces);
// FileLoader loads files content from the filesystem.
const FileLoader = struct {
files: std.StringHashMap([]const u8) = undefined,
files: std.StringHashMap([]const u8),
path: []const u8,
alloc: std.mem.Allocator,