mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-09 21:29:06 -05:00
refactor: clippy fix
This commit is contained in:
parent
6d1244434b
commit
83f6b11de7
|
@ -29,7 +29,7 @@ pub struct EventCmd {
|
||||||
|
|
||||||
impl EventCmd {
|
impl EventCmd {
|
||||||
pub fn event_id(&self) -> &str {
|
pub fn event_id(&self) -> &str {
|
||||||
return &self.event.id;
|
&self.event.id
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user