mirror of
https://github.com/ziglang/zig.git
synced 2026-01-04 12:33:19 +00:00
fmt_runner: remove redundant check
This commit is contained in:
parent
ba56f365c8
commit
a97362e677
@ -99,11 +99,6 @@ pub fn main() !void {
|
||||
os.exit(1);
|
||||
}
|
||||
|
||||
if (flags.positionals.len == 0) {
|
||||
try stderr.write("expected at least one source file argument\n");
|
||||
os.exit(1);
|
||||
}
|
||||
|
||||
var fmt = Fmt{
|
||||
.seen = Fmt.SeenMap.init(allocator),
|
||||
.any_error = false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user