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