From 88886a37d9721763326ff80a7b2c127e4a8cb8ae Mon Sep 17 00:00:00 2001 From: Jonathan Halmen Date: Fri, 5 Nov 2021 16:44:29 +0100 Subject: fix whitespace line-endings --- exercises/090_async7.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exercises/090_async7.zig') diff --git a/exercises/090_async7.zig b/exercises/090_async7.zig index 0214f34..2da3a4a 100644 --- a/exercises/090_async7.zig +++ b/exercises/090_async7.zig @@ -10,7 +10,7 @@ // fn bar() void { // fooThatMightSuspend(true); // Now bar() is async! // } -// +// // But if you KNOW the function won't suspend, you can make a // promise to the compiler with the 'nosuspend' keyword: // -- cgit v1.2.3-ZIG