Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
Signed-off-by: guojidan <[email protected]>
  • Loading branch information
guojidan committed May 19, 2024
1 parent eddee4d commit c1eed39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/expr/src/udwf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ pub trait WindowUDFImpl: Debug + Send + Sync {
///
/// # Returns
/// [None] if simplify is not defined or,
///
///
/// Or, a closure with two arguments:
/// * 'window_function': [crate::expr::WindowFunction] for which simplified has been invoked
/// * 'info': [crate::simplify::SimplifyInfo]
Expand Down

0 comments on commit c1eed39

Please sign in to comment.