From 84fac2242cb6dfaec4916279ad14ee1256a7aa59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Anic=CC=81?= Date: Sun, 31 Mar 2024 21:35:18 +0200 Subject: [PATCH] fix zig fmt --- src/Package/Fetch.zig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Package/Fetch.zig b/src/Package/Fetch.zig index 73263229d8..dd04829878 100644 --- a/src/Package/Fetch.zig +++ b/src/Package/Fetch.zig @@ -2150,13 +2150,13 @@ test "pathological packages" { // tar .{ .files = &.{ "build.zig", "build.zig.zon" } }, .{ .files = &.{ "build.zig", "build.zig.zon", "main" } }, - .{ .err_msg = + .{ .err_msg = \\error: unable to unpack tarball \\ note: unable to create file 'main': PathAlreadyExists \\ note: unable to create file 'subdir/main': PathAlreadyExists \\ }, - .{ .err_msg = + .{ .err_msg = \\error: unable to unpack tarball \\ note: unable to create symlink from 'link' to 'main': AccessDenied \\ note: unable to create symlink from 'subdir/link' to 'main': AccessDenied @@ -2165,13 +2165,13 @@ test "pathological packages" { // git .{ .files = &.{ "build.zig", "build.zig.zon" } }, .{ .files = &.{ "build.zig", "build.zig.zon", "main" } }, - .{ .err_msg = + .{ .err_msg = \\error: unable to unpack packfile \\ note: unable to create file 'main': PathAlreadyExists \\ note: unable to create file 'subdir/main': PathAlreadyExists \\ }, - .{ .err_msg = + .{ .err_msg = \\error: unable to unpack packfile \\ note: unable to create symlink from 'link' to 'main': AccessDenied \\ note: unable to create symlink from 'subdir/link' to 'main': AccessDenied