Skip to content

Commit 83ce890

Browse files
author
m1guelperez
committed
Deleted new lines.
1 parent 3568b12 commit 83ce890

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/std/src/fs/tests.rs

-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ fn file_test_io_seek_and_tell_smoke_test() {
193193
tell_pos_post_read = check!(read_stream.seek(SeekFrom::Current(0)));
194194
}
195195
check!(fs::remove_file(filename));
196-
197196
let read_str = str::from_utf8(&read_mem).unwrap();
198197
assert_eq!(read_str, &message[4..8]);
199198
assert_eq!(tell_pos_pre_read, set_cursor);

0 commit comments

Comments
 (0)