Merge pull request #77 from jhalmen/fmt

whitespaces and zig fmt
This commit is contained in:
Dave Gauer 2021-11-07 19:38:47 -05:00 committed by GitHub
commit c7868de511
22 changed files with 46 additions and 47 deletions

View file

@ -26,4 +26,3 @@ fn foo() void {
suspend {}
print("async!\n", .{});
}