Skip to content

Commit b0a0444

Browse files
committed
fmt
1 parent e84a6c0 commit b0a0444

File tree

1 file changed

+4
-1
lines changed
  • datafusion/expr/src/logical_plan

1 file changed

+4
-1
lines changed

datafusion/expr/src/logical_plan/plan.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2656,7 +2656,10 @@ impl TableScan {
26562656
})
26572657
}
26582658

2659-
pub fn with_preferred_ordering(mut self, preferred_ordering: Option<Vec<SortExpr>>) -> Self {
2659+
pub fn with_preferred_ordering(
2660+
mut self,
2661+
preferred_ordering: Option<Vec<SortExpr>>,
2662+
) -> Self {
26602663
self.preferred_ordering = preferred_ordering;
26612664
self
26622665
}

0 commit comments

Comments
 (0)