Skip to content

Commit 9eff254

Browse files
committed
fmt
1 parent 5662ca5 commit 9eff254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/optimizer/src/push_down_sort.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ use datafusion_expr::{Expr, LogicalPlanContext, ScanOrdering, SortExpr};
5656
/// Sort: test.a ASC NULLS LAST
5757
/// TableScan: test preferred_ordering=[test.a ASC NULLS LAST]
5858
/// ```
59-
///
59+
///
6060
/// [`TableProvider`]: https://docs.rs/datafusion/latest/datafusion/datasource/trait.TableProvider.html
6161
#[derive(Default, Debug)]
6262
pub struct PushDownSort {}

0 commit comments

Comments
 (0)