mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +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.
|
// FileLoader loads files content from the filesystem.
|
||||||
const FileLoader = struct {
|
const FileLoader = struct {
|
||||||
files: std.StringHashMap([]const u8) = undefined,
|
files: std.StringHashMap([]const u8),
|
||||||
path: []const u8,
|
path: []const u8,
|
||||||
alloc: std.mem.Allocator,
|
alloc: std.mem.Allocator,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user