zig init: appease zig fmt check

last commit introduced a templated variable name that made zig fmt angry
This commit is contained in:
Loris Cro
2025-06-02 15:42:21 +02:00
parent 1116d88196
commit 041eedc1cf
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
const std = @import("std");
const .NAME = @import(".NAME");
const _LITNAME = @import(".NAME");
pub fn main() !void {
// Prints to stderr, ignoring potential errors.