Skip to content

Commit 4e8a0c3

Browse files
committed
chore: fmt
1 parent 0bbb2fe commit 4e8a0c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

datafusion/expr/src/udf.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -550,15 +550,15 @@ pub trait ScalarUDFImpl: Debug + DynEq + DynHash + Send + Sync {
550550
///
551551
/// This method is called when configuration options change at runtime
552552
/// (e.g., via `SET` statements) to allow functions that depend on
553-
/// configuration to update themselves accordingly.
553+
/// configuration to update themselves accordingly.
554554
///
555555
/// Note the current [`ConfigOptions`] are also passed to [`Self::invoke_with_args`] so
556556
/// this API is not needed for functions where the values may
557-
/// depend on the current options.
557+
/// depend on the current options.
558558
///
559559
/// This API is useful for functions where the return
560560
/// **type** depends on the configuration options, such as the `now()` function
561-
/// which depends on the current timezone.
561+
/// which depends on the current timezone.
562562
///
563563
/// # Arguments
564564
///

0 commit comments

Comments
 (0)