Skip to content

Commit 609a48d

Browse files
committed
cargo fmt
1 parent 086560e commit 609a48d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/auth.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ pub struct Authorizer {
3636
}
3737

3838
impl Authorizer {
39-
pub fn new(
40-
allow_list: HashSet<String>,
41-
deny_list: HashSet<String>,
42-
) -> Self {
39+
pub fn new(allow_list: HashSet<String>, deny_list: HashSet<String>) -> Self {
4340
Self {
4441
allow_list,
4542
deny_list,

0 commit comments

Comments
 (0)