refactor: clippy fix

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

View File

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