Skip to content

Commit ac82056

Browse files
committed
formatting
1 parent ff725f3 commit ac82056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/io/mod.rs

+1-1
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)