mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 14:48:18 +02:00
fix: fmt
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user