Skip to content

Commit

Permalink
style: fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck committed Jul 17, 2024
1 parent 542b18f commit 2e9109a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/functions-aggregate/src/count.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ impl Count {
pub fn new() -> Self {
Self {
signature: Signature::one_of(
// TypeSignature::Any(0) is required to handle `Count()` with no args
// TypeSignature::Any(0) is required to handle `Count()` with no args
vec![TypeSignature::VariadicAny, TypeSignature::Any(0)],
Volatility::Immutable,
),
Expand Down

0 comments on commit 2e9109a

Please sign in to comment.