mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 22:53:28 +00:00
wpt: remove useless default
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user