formatting

This commit is contained in:
Mark Sinclair
2024-12-10 19:58:21 +00:00
parent accbbd09fa
commit d731384bca
+1 -2
View File
@@ -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<String>,
}