Skip to content

Commit b17a468

Browse files
committed
fix: fmt
1 parent 5655bb6 commit b17a468

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/nu-parser/src/flatten.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ fn flatten_expression_into(
183183
expr: &Expression,
184184
output: &mut Vec<(Span, FlatShape)>,
185185
) {
186-
187186
match &expr.expr {
188187
Expr::AttributeBlock(ab) => {
189188
for attr in &ab.attributes {

0 commit comments

Comments
 (0)