diff options
| author | Dave Gauer <ratfactor@gmail.com> | 2021-11-07 19:38:47 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-07 19:38:47 -0500 |
| commit | c7868de51194b32a16ea6632bb737778ddb983bb (patch) | |
| tree | b89a125af4973d0a7b40121298c8f4fd8e8c9988 /exercises/073_comptime8.zig | |
| parent | 4c7eebbbfca3337b5e3af33eb34979dc56716178 (diff) | |
| parent | f8b8531930ff017554ceb1c6436d7776e8f79388 (diff) | |
Merge pull request #77 from jhalmen/fmt
whitespaces and zig fmt
Diffstat (limited to 'exercises/073_comptime8.zig')
| -rw-r--r-- | exercises/073_comptime8.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/073_comptime8.zig b/exercises/073_comptime8.zig index 6828f55..fe1f8ea 100644 --- a/exercises/073_comptime8.zig +++ b/exercises/073_comptime8.zig @@ -56,7 +56,7 @@ fn getLlama(i: usize) u32 { } // Fun fact: this assert() function is identical to -// std.debug.assert() from the Zig Standard Library. +// std.debug.assert() from the Zig Standard Library. fn assert(ok: bool) void { if (!ok) unreachable; } |
