Skip to content

Commit

Permalink
fix: Project formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtryhard committed Apr 6, 2024
1 parent d9abb80 commit 77ae780
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,10 @@ mod tests_database {
schedule_id: 61001,
impressions: 675,
interactions: 0,
end_time: chrono::NaiveDate::from_ymd_opt(2017, 11, 23).unwrap().and_hms_milli_opt(13, 27, 12, 500).unwrap(),
end_time: chrono::NaiveDate::from_ymd_opt(2017, 11, 23)
.unwrap()
.and_hms_milli_opt(13, 27, 12, 500)
.unwrap(),
duration_ms: 12996,
service_name: "bmb".to_owned(),
service_value: "701".to_owned(),
Expand Down

0 comments on commit 77ae780

Please sign in to comment.