From 32000762898cdbd56232fa907001183e29ac9155 Mon Sep 17 00:00:00 2001 From: Mark Sinclair Date: Tue, 10 Dec 2024 19:58:21 +0000 Subject: [PATCH] formatting --- nyx-chain-watcher/src/models.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nyx-chain-watcher/src/models.rs b/nyx-chain-watcher/src/models.rs index 7c0ac47683..93a9f9e592 100644 --- a/nyx-chain-watcher/src/models.rs +++ b/nyx-chain-watcher/src/models.rs @@ -1,7 +1,7 @@ +use nym_validator_client::nyxd::CosmWasmCoin; use rocket::serde::{Deserialize, Serialize}; use schemars::JsonSchema; use utoipa::ToSchema; -use nym_validator_client::nyxd::CosmWasmCoin; #[derive(Serialize, Deserialize, Clone, JsonSchema, ToSchema)] pub struct WebhookPayload { @@ -13,4 +13,3 @@ pub struct WebhookPayload { pub height: u128, pub memo: Option, } -