indentation

This commit is contained in:
AdnoC 2020-12-29 22:56:00 -07:00
parent 58c1949a7b
commit ddbf484acf

View file

@ -197,9 +197,9 @@ impl ast::UseTreeList {
pub fn has_inner_comment(&self) -> bool {
self.syntax()
.children_with_tokens()
.filter_map(|it| it.into_token())
.find_map(ast::Comment::cast)
.is_some()
.filter_map(|it| it.into_token())
.find_map(ast::Comment::cast)
.is_some()
}
}