Commit cf36d3fdd3

KNnut <9387720+KNnut@users.noreply.github.com>
2024-07-14 10:03:20
add a missing comment in build.zig.zon
1 parent e5c974f
Changed files (1)
lib
lib/init/build.zig.zon
@@ -45,7 +45,7 @@
         //    // build root. In this case the package's hash is irrelevant and therefore not
         //    // computed. This field and `url` are mutually exclusive.
         //    .path = "foo",
-
+        //
         //    // When this is set to `true`, a package is declared to be lazily
         //    // fetched. This makes the dependency only get fetched if it is
         //    // actually used.