Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
oeed authored and weiznich committed Mar 7, 2025
1 parent 46d1a03 commit 82df9f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diesel/src/pg/types/date_and_time/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub struct PgTimestamp(pub i64);

impl Defaultable for PgTimestamp {
fn default_value() -> Self {
PgTimestamp(0)
PgTimestamp(0)
}
}

Expand All @@ -39,7 +39,7 @@ pub struct PgDate(pub i32);

impl Defaultable for PgDate {
fn default_value() -> Self {
PgDate(0)
PgDate(0)
}
}

Expand Down

0 comments on commit 82df9f0

Please sign in to comment.