Skip to content

Commit 3e1de1e

Browse files
AdnoCivan770
authored andcommitted
indentation
1 parent 40e3b61 commit 3e1de1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/syntax/src/ast/node_ext.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ impl ast::UseTreeList {
197197
pub fn has_inner_comment(&self) -> bool {
198198
self.syntax()
199199
.children_with_tokens()
200-
.filter_map(|it| it.into_token())
201-
.find_map(ast::Comment::cast)
202-
.is_some()
200+
.filter_map(|it| it.into_token())
201+
.find_map(ast::Comment::cast)
202+
.is_some()
203203
}
204204
}
205205

0 commit comments

Comments
 (0)