Skip to content

Commit

Permalink
ran cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hzargar2 committed Jul 7, 2023
1 parent 50680e1 commit 8aaccbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/resources/webhook_events.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
use std::collections::HashMap;

use chrono::Utc;
#[cfg(feature = "webhook-events")]
use hmac::{Hmac, Mac};
Expand All @@ -6,7 +8,6 @@ use serde_json::Value;
#[cfg(feature = "webhook-events")]
use sha2::Sha256;
use smart_default::SmartDefault;
use std::collections::HashMap;

use crate::error::WebhookError;
use crate::resources::*;
Expand Down

0 comments on commit 8aaccbe

Please sign in to comment.