Skip to content

Commit 5dfc66a

Browse files
committed
formatting
1 parent bd49d5d commit 5dfc66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/io/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ pub(crate) fn default_read_to_end<R: Read + ?Sized>(r: &mut R, buf: &mut Vec<u8>
382382
}
383383

384384
if read_buf.filled_len() == 0 {
385-
return Ok(buf.len() - start_len)
385+
return Ok(buf.len() - start_len);
386386
}
387387

388388
// store how much was initialized but not filled

0 commit comments

Comments
 (0)