Zendril 6 months ago
parent
commit
e54b30f3d3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      build.zig

+ 0 - 1
build.zig

@@ -245,7 +245,6 @@ pub fn build(b: *Build) !void {
     }
 
     if (reset) |_| {
-
         const progress_file = ".progress.txt";
 
         std.fs.cwd().deleteFile(progress_file) catch |err| {