Skip to content

Commit

Permalink
Fix trailing newline [run ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
50U10FCA7 committed Sep 22, 2023
1 parent 1dfca11 commit d1a2afc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ mod spec {
let path = path.as_ref();
fs::read_to_string(path)
.unwrap_or_else(|e| panic!("Failed to load `{path}` file: {e}"))
.lines()
.collect::<String>()
.replace("\r\n", "\n")
}

#[tokio::test]
Expand Down

0 comments on commit d1a2afc

Please sign in to comment.