mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2025-08-11 20:50:47 -04:00
refactor: clippy fix
This commit is contained in:
@@ -29,7 +29,7 @@ pub struct EventCmd {
|
||||
|
||||
impl EventCmd {
|
||||
pub fn event_id(&self) -> &str {
|
||||
return &self.event.id;
|
||||
&self.event.id
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user