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