summaryrefslogtreecommitdiff
path: root/common/rust/src/payloads.rs
diff options
context:
space:
mode:
Diffstat (limited to 'common/rust/src/payloads.rs')
-rw-r--r--common/rust/src/payloads.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/rust/src/payloads.rs b/common/rust/src/payloads.rs
index 2da70e3..c97ac1d 100644
--- a/common/rust/src/payloads.rs
+++ b/common/rust/src/payloads.rs
@@ -1,8 +1,6 @@
use serde::{Deserialize, Serialize};
use std::fmt::Debug;
-
-
/// Data structure sent to the cache component
/// by the gateway & webhook.
#[derive(Serialize, Deserialize, Debug)]