Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehaller authored and lukasmittag committed Feb 6, 2025
1 parent 7a81e66 commit ab578b0
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 ab578b0

Please sign in to comment.