Skip to content

Commit

Permalink
Clippy nit
Browse files Browse the repository at this point in the history
  • Loading branch information
bnaecker committed Oct 14, 2024
1 parent ff0af17 commit c008168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oximeter/db/src/native/io/column.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use uuid::Uuid;
// This is deprecated, but we allow it so we can create a const. The fallible
// constructor requires unwrapping.
#[allow(deprecated)]
const EPOCH: NaiveDate = NaiveDate::from_ymd(1970, 01, 01);
const EPOCH: NaiveDate = NaiveDate::from_ymd(1970, 1, 1);

// Maximum supported Date in ClickHouse.
//
Expand Down

0 comments on commit c008168

Please sign in to comment.