Skip to content

Commit 2497243

Browse files
author
m1guelperez
committed
Formatting
1 parent 9ddc6f4 commit 2497243

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/src/fs/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ fn file_test_io_seek_and_write() {
231231
fn file_test_io_seek_shakedown() {
232232
// 01234567890123
233233
let initial_msg = "qwer-asdf-zxcv";
234+
234235
let chunk_one: &str = "qwer";
235236
let chunk_two: &str = "asdf";
236237
let chunk_three: &str = "zxcv";

0 commit comments

Comments
 (0)