Skip to content

Commit

Permalink
fmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanc-n committed Oct 27, 2024
1 parent 670ab6f commit d33374e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions datafusion/expr/src/udf_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,7 @@ impl DocumentationBuilder {
self.with_argument(arg_name, description)
}

pub fn with_alternative_syntax(
mut self,
syntax_name: impl Into<String>,
) -> Self {
pub fn with_alternative_syntax(mut self, syntax_name: impl Into<String>) -> Self {
let mut alternative_syntax_array = self.alternative_syntax.unwrap_or_default();
alternative_syntax_array.push(syntax_name.into());
self.alternative_syntax = Some(alternative_syntax_array);
Expand Down

0 comments on commit d33374e

Please sign in to comment.