Skip to content

Commit 2000a67

Browse files
authored
fmt: fix handling of --no-strict-tags (#78)
1 parent 9db535c commit 2000a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/fmt.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ const Command = struct {
237237
}
238238

239239
if (std.mem.eql(u8, arg, "--no-strict-tags")) {
240-
strict = true;
240+
strict = false;
241241
continue;
242242
}
243243

0 commit comments

Comments
 (0)