Skip to content

Commit

Permalink
Cargo fmt update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Omega359 committed Sep 29, 2024
1 parent cfb1756 commit 0c4bde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/expr/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ pub use table_source::{TableProviderFilterPushDown, TableSource, TableType};
pub use udaf::{aggregate_doc_sections, AggregateUDF, AggregateUDFImpl, ReversedUDAF};
pub use udf::{scalar_doc_sections, ScalarUDF, ScalarUDFImpl};
pub use udf_docs::{DocSection, Documentation, DOCUMENTATION_NONE, DOC_SECTION_NONE};
pub use udwf::{ReversedUDWF, window_doc_sections, WindowUDF, WindowUDFImpl};
pub use udwf::{window_doc_sections, ReversedUDWF, WindowUDF, WindowUDFImpl};
pub use window_frame::{WindowFrame, WindowFrameBound, WindowFrameUnits};

#[cfg(test)]
Expand Down

0 comments on commit 0c4bde3

Please sign in to comment.