favor return over return _ (void return); newline/closing terminates
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user