Skip to content

Commit d14f7a4

Browse files
committed
fix fmt
1 parent 579aa74 commit d14f7a4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

datafusion/common/src/column.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,7 @@ impl Column {
256256
);
257257
let columns = schema_level
258258
.iter()
259-
.flat_map(|s| {
260-
s.columns_with_unqualified_name(&self.name)
261-
})
259+
.flat_map(|s| s.columns_with_unqualified_name(&self.name))
262260
.collect::<Vec<_>>();
263261
add_possible_columns_to_diag(
264262
&mut diagnostic,

0 commit comments

Comments
 (0)