refactor: clippy fix
This commit is contained in:
+1
-1
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user