From fee737380b449f7ed911cf2fd28dbfe97e284b3d Mon Sep 17 00:00:00 2001 From: Joseph T Lyons Date: Tue, 2 Mar 2021 23:06:09 -0500 Subject: Cleaned up some extraneous whitespace characters --- build.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.zig') diff --git a/build.zig b/build.zig index 7892117..8d1debd 100644 --- a/build.zig +++ b/build.zig @@ -345,7 +345,7 @@ pub fn build(b: *Builder) void { \\ _ _ _ \\ ___(_) __ _| (_)_ __ __ _ ___ \\ |_ | |/ _' | | | '_ \ / _' / __| - \\ / /| | (_| | | | | | | (_| \__ \ + \\ / /| | (_| | | | | | | (_| \__ \ \\ /___|_|\__, |_|_|_| |_|\__, |___/ \\ |___/ |___/ \\ @@ -522,7 +522,7 @@ const ZiglingStep = struct { zig_args.append(@tagName(builder.color)) catch unreachable; } - const zig_file = std.fs.path.join(builder.allocator, &[_][]const u8{ + const zig_file = std.fs.path.join(builder.allocator, &[_][]const u8{ if (self.use_healed) "patches/healed" else "exercises", self.exercise.main_file }) catch unreachable; zig_args.append(builder.pathFromRoot(zig_file)) catch unreachable; -- cgit v1.2.3-ZIG