diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-05-12 12:56:01 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-05-12 12:56:01 -0400 |
| commit | c1793d61061a112dc3d58c33ac0d3a1ebc8fb35e (patch) | |
| tree | da9b4839ee1c8bcc4d5c6dcd3423f955cfce2e5d /std/zig.zig | |
| parent | ed5a6d74ad980474ed46732828c7f8363dd5b80d (diff) | |
| download | zig-c1793d61061a112dc3d58c33ac0d3a1ebc8fb35e.tar.gz zig-c1793d61061a112dc3d58c33ac0d3a1ebc8fb35e.zip | |
zig fmt on the standard library
Diffstat (limited to 'std/zig.zig')
| -rw-r--r-- | std/zig.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/std/zig.zig b/std/zig.zig index 2d4978a4ae..494c9d0057 100644 --- a/std/zig.zig +++ b/std/zig.zig @@ -13,4 +13,3 @@ test "std.zig tests" { _ = @import("zig/tokenizer.zig"); _ = @import("zig/parse_string_literal.zig"); } - |
