Skip to content

Commit

Permalink
Fix some clippy findings
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmittag committed Feb 6, 2025
1 parent 46b30e1 commit 7a81e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databroker/src/broker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1411,7 +1411,7 @@ pub struct AuthorizedAccess<'a, 'b> {
permissions: &'b Permissions,
}

impl AuthorizedAccess<'_, '_> {
impl AuthorizedAccess<'_,'_> {
#[allow(clippy::too_many_arguments)]
pub async fn add_entry(
&self,
Expand Down

0 comments on commit 7a81e66

Please sign in to comment.