Skip to content

Commit 849fe26

Browse files
committed
fmt
1 parent d8b754b commit 849fe26

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
@@ -2683,7 +2683,10 @@ impl TableScan {
26832683
})
26842684
}
26852685

2686-
pub fn with_preferred_ordering(mut self, preferred_ordering: Option<Vec<SortExpr>>) -> Self {
2686+
pub fn with_preferred_ordering(
2687+
mut self,
2688+
preferred_ordering: Option<Vec<SortExpr>>,
2689+
) -> Self {
26872690
self.preferred_ordering = preferred_ordering;
26882691
self
26892692
}

0 commit comments

Comments
 (0)