favor return over return _ (void return); newline/closing terminates

This commit is contained in:
2026-07-14 19:07:37 +02:00
parent eac5b32738
commit 471896b48a
19 changed files with 92266 additions and 94923 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ write_all func(writer Writer, bytes []u8) void ! WriteError {
}
offset += count
}
return _
return
}
_system_read func(_ ?*mut anyopaque, stream ReadStream, buffer []mut u8) usize ! ReadError {