Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmichels committed Apr 29, 2024
1 parent ea3e4a8 commit 8b97e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/policy/algorithm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ impl AcceptedAlgorithm {
}

pub fn wrapped(&self) -> Algorithm {
self.0.clone()
self.0
}
}

Expand Down

0 comments on commit 8b97e3b

Please sign in to comment.