Skip to content

Commit

Permalink
Fix missing newline at end of file in tests/main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
doziestar committed Jun 25, 2024
1 parent 859d30a commit 27aec42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1476,6 +1476,4 @@ fn test_timestamp_interpretation() {

assert_eq!(auto_dt.to_string(), "2022-06-07T16:28:40");
assert_eq!(always_seconds_dt.to_string(), "2022-06-07T16:28:40");
}


}

0 comments on commit 27aec42

Please sign in to comment.