Skip to content

Commit

Permalink
chore(from_unixtime): address fmt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
etolbakov authored Mar 15, 2023
1 parent 4038495 commit 7c905cd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/common/function/src/scalars/timestamp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ use crate::scalars::function_registry::FunctionRegistry;
pub(crate) struct TimestampFunction;

impl TimestampFunction {
pub fn register(_registry: &FunctionRegistry) {

}
pub fn register(_registry: &FunctionRegistry) {}
}

0 comments on commit 7c905cd

Please sign in to comment.