diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2025-02-25 20:25:17 -0800 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2025-02-26 11:42:04 -0800 |
| commit | 67904e925d2b33c48dda3d4ddaf158328964dc2e (patch) | |
| tree | 35c505758915b7a2473dec2b7165a4fc4c2d5b38 /lib/init/src | |
| parent | ea516f0e81d055e0d7504eff36dfde694831bec1 (diff) | |
| download | zig-67904e925d2b33c48dda3d4ddaf158328964dc2e.tar.gz zig-67904e925d2b33c48dda3d4ddaf158328964dc2e.zip | |
zig init: adjust template lang to allow zig fmt passthrough
Diffstat (limited to 'lib/init/src')
| -rw-r--r-- | lib/init/src/main.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/init/src/main.zig b/lib/init/src/main.zig index cc69127d4f..85d8c93551 100644 --- a/lib/init/src/main.zig +++ b/lib/init/src/main.zig @@ -43,4 +43,4 @@ test "fuzz example" { const std = @import("std"); /// This imports the separate module containing `root.zig`. Take a look in `build.zig` for details. -const lib = @import("$n_lib"); +const lib = @import(".NAME_lib"); |
