diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2018-11-19 17:28:18 -0500 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2018-11-19 17:28:18 -0500 |
| commit | 4dafdc00d5c0d73511d64c5edf7481c8fe254a61 (patch) | |
| tree | 0271d2f18d8044027610e5fb328be84ef54ae08d /std/debug/index.zig | |
| parent | 9493738e5448ca166344a2d57abc44b29bb00081 (diff) | |
| download | zig-4dafdc00d5c0d73511d64c5edf7481c8fe254a61.tar.gz zig-4dafdc00d5c0d73511d64c5edf7481c8fe254a61.zip | |
zig fmt
Diffstat (limited to 'std/debug/index.zig')
| -rw-r--r-- | std/debug/index.zig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/std/debug/index.zig b/std/debug/index.zig index a3509b3117..722f95ccb0 100644 --- a/std/debug/index.zig +++ b/std/debug/index.zig @@ -1101,8 +1101,7 @@ pub const DebugInfo = switch (builtin.os) { self.elf.close(); } }, - builtin.Os.freebsd => struct.{ - }, + builtin.Os.freebsd => struct {}, else => @compileError("Unsupported OS"), }; |
