Formatting
This commit is contained in:
@@ -487,7 +487,10 @@ impl Binder {
|
||||
},
|
||||
))
|
||||
}
|
||||
_ => Err(format!("Invalid node in assignment pattern: {:?}", node.kind)),
|
||||
_ => Err(format!(
|
||||
"Invalid node in assignment pattern: {:?}",
|
||||
node.kind
|
||||
)),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user