mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 14:06:40 +02:00
Fmt
This commit is contained in:
@ -67,7 +67,7 @@ pub fn flatten_expression(
|
||||
Expr::Float(_) => {
|
||||
vec![(expr.span, FlatShape::Float)]
|
||||
}
|
||||
Expr::Range(from, to, op) => {
|
||||
Expr::Range(from, to, op) => {
|
||||
let mut output = vec![];
|
||||
if let Some(f) = from {
|
||||
output.extend(flatten_expression(working_set, f));
|
||||
|
Reference in New Issue
Block a user