Fix rebase issue
This commit is contained in:
parent
b6c662c573
commit
1ce864ac62
@ -156,7 +156,7 @@ fn collapse_ws(node: &SyntaxNode, output: &mut String) {
|
||||
}
|
||||
decl(mc)
|
||||
})
|
||||
.visit(|let_statement: &ast::LetStmt| {
|
||||
.visit(|let_statement: ast::LetStmt| {
|
||||
let let_syntax = let_statement.syntax();
|
||||
|
||||
let mut label = String::new();
|
||||
|
Loading…
Reference in New Issue
Block a user