Fix clippy

This commit is contained in:
Alex Auvolat
2022-05-12 17:11:45 +02:00
parent e7ddba53e3
commit e4e1f8f0d6
2 changed files with 2 additions and 6 deletions
-4
View File
@@ -154,10 +154,6 @@ impl ApiHandler for AdminApiServer {
Endpoint::BucketDenyKey => {
handle_bucket_change_key_perm(&self.garage, req, false).await
}
_ => Err(Error::NotImplemented(format!(
"Admin endpoint {} not implemented yet",
endpoint.name()
))),
}
}
}