Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordworms committed Aug 29, 2024
1 parent d8d8abb commit 1256a15
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions datafusion/substrait/src/logical_plan/consumer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,7 @@ fn make_renamed_schema(
name_idx,
)?),
))),
_ => {
Ok(dtype.to_owned())
}
_ => Ok(dtype.to_owned()),
}
}

Expand Down

0 comments on commit 1256a15

Please sign in to comment.