From b7080f59883389ebf4383b762b2cf7e2134dcb27 Mon Sep 17 00:00:00 2001 From: Mike Dilger Date: Tue, 16 Apr 2024 13:27:13 +1200 Subject: [PATCH] cargo fmt --- gossip-bin/src/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gossip-bin/src/commands.rs b/gossip-bin/src/commands.rs index 473fbf9f..a4a0df1b 100644 --- a/gossip-bin/src/commands.rs +++ b/gossip-bin/src/commands.rs @@ -4,7 +4,7 @@ use gossip_lib::GLOBALS; use gossip_lib::{Error, ErrorKind}; use gossip_lib::{PersonList, PersonListMetadata}; use nostr_types::{ - EncryptedPrivateKey, Event, EventAddr, Filter, EventKind, Id, NostrBech32, NostrUrl, PreEvent, + EncryptedPrivateKey, Event, EventAddr, EventKind, Filter, Id, NostrBech32, NostrUrl, PreEvent, PrivateKey, PublicKey, RelayUrl, Tag, UncheckedUrl, Unixtime, }; use std::collections::HashSet;