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 dedd787f2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 46 additions and 47 deletions

View file

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