diff options
| author | Dave Gauer <ratfactor@gmail.com> | 2021-03-03 09:00:16 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-03 09:00:16 -0500 |
| commit | 5009b61030c9452fa4525e42a3dcc9b004a57cc7 (patch) | |
| tree | 3d77befe2dfe79c2ff5abd55ce97de7456a24ba1 /build.zig | |
| parent | c204ac929107ac7a124ed04e4f7c5a3ad9574809 (diff) | |
| parent | a26c3eb36f655b1b14a532ba50a194dbf42d6c99 (diff) | |
Merge pull request #30 from JosephTLyons/Whitespace-cleanup
Cleaned up some extraneous whitespace characters
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |
