1
0
mirror of https://github.com/scsibug/nostr-rs-relay.git synced 2025-04-14 01:49:56 -04:00

refactor: clippy fix

This commit is contained in:
Greg Heartsfield 2022-11-12 09:22:24 -06:00
parent 6d1244434b
commit 83f6b11de7

@ -29,7 +29,7 @@ pub struct EventCmd {
impl EventCmd {
pub fn event_id(&self) -> &str {
return &self.event.id;
&self.event.id
}
}