mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-31 17:28:12 +00:00
fix clippy
This commit is contained in:
@@ -24,9 +24,6 @@ pub struct LcAuditEvent {
|
||||
|
||||
impl LcAuditEvent {
|
||||
pub fn new(event: lifecycle::Event, source: LcEventSrc) -> Self {
|
||||
Self {
|
||||
event,
|
||||
source,
|
||||
}
|
||||
Self { event, source }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user