Skip to content

Commit fd1a9a9

Browse files
committed
tidy by rustfmt
1 parent 04a4ac1 commit fd1a9a9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

crates/ide/src/file_structure.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,9 @@ mod tests {
220220
#[test]
221221
fn test_nagative_trait_bound() {
222222
let txt = r#"impl !Unpin for Test {}"#;
223-
check(txt, expect![[r#"
223+
check(
224+
txt,
225+
expect![[r#"
224226
[
225227
StructureNode {
226228
parent: None,
@@ -234,7 +236,8 @@ mod tests {
234236
deprecated: false,
235237
},
236238
]
237-
"#]]);
239+
"#]],
240+
);
238241
}
239242

240243
#[test]

0 commit comments

Comments
 (0)