aboutsummaryrefslogtreecommitdiff
path: root/src/install/lockfile.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/install/lockfile.zig')
-rw-r--r--src/install/lockfile.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install/lockfile.zig b/src/install/lockfile.zig
index 93cd15fb2..eab6ad9a3 100644
--- a/src/install/lockfile.zig
+++ b/src/install/lockfile.zig
@@ -2254,7 +2254,7 @@ pub const Package = extern struct {
source: logger.Source,
comptime features: Features,
) !void {
- return package.parse(lockfile, allocator, log, source, void, void{}, features);
+ return package.parse(lockfile, allocator, log, source, void, {}, features);
}
pub fn parse(