mirror of
https://github.com/nushell/nushell.git
synced 2025-05-30 22:57:07 +02:00
fix: fmt
This commit is contained in:
parent
5655bb62ab
commit
b17a46870c
@ -183,7 +183,6 @@ fn flatten_expression_into(
|
||||
expr: &Expression,
|
||||
output: &mut Vec<(Span, FlatShape)>,
|
||||
) {
|
||||
|
||||
match &expr.expr {
|
||||
Expr::AttributeBlock(ab) => {
|
||||
for attr in &ab.attributes {
|
||||
|
Loading…
x
Reference in New Issue
Block a user