Skip to content

Commit b97693b

Browse files
committed
cargo fmt
1 parent 66ea3e4 commit b97693b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/manifest.rs

+6-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,12 @@ fn test_split_input() {
152152

153153
let f = |c: &str| {
154154
let dummy_path: ::std::path::PathBuf = "/dummy/main.rs".into();
155-
Input::File("n".to_string(), dummy_path.clone(), c.to_string(), dummy_path)
155+
Input::File(
156+
"n".to_string(),
157+
dummy_path.clone(),
158+
c.to_string(),
159+
dummy_path,
160+
)
156161
};
157162

158163
macro_rules! r {

0 commit comments

Comments
 (0)