Skip to content

Commit 59f95aa

Browse files
committed
Cargo fmt
1 parent ba30e76 commit 59f95aa

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tests/tests/script.rs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,11 @@ fn script_with_same_name_as_dependency() {
145145
.unwrap()
146146
}
147147

148-
149148
#[test]
150149
fn script_without_main_question_mark() {
151150
let out = rust_script!("tests/data/script-without-main-question-mark.rs").unwrap();
152-
assert_eq!(out.stderr,
153-
"Error: Os { code: 2, kind: NotFound, message: \"No such file or directory\" }\n");
154-
}
151+
assert_eq!(
152+
out.stderr,
153+
"Error: Os { code: 2, kind: NotFound, message: \"No such file or directory\" }\n"
154+
);
155+
}

0 commit comments

Comments
 (0)