Skip to content

Commit e9d258d

Browse files
committed
cargo fmt
1 parent 7f428df commit e9d258d

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

src/filters/flat_builder.rs

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,16 @@ use crate::utils::{to_short_hash, Hash, ShortHash};
1313

1414
use super::fb_network::flat::fb;
1515

16-
1716
pub(crate) enum NetworkFilterListId {
18-
Csp = 0,
19-
Exceptions = 1,
20-
Importants = 2,
21-
Redirects = 3,
22-
RemoveParam = 4,
23-
Filters = 5,
24-
GenericHide = 6,
25-
TaggedFiltersAll = 7,
26-
Size = 8,
17+
Csp = 0,
18+
Exceptions = 1,
19+
Importants = 2,
20+
Redirects = 3,
21+
RemoveParam = 4,
22+
Filters = 5,
23+
GenericHide = 6,
24+
TaggedFiltersAll = 7,
25+
Size = 8,
2726
}
2827

2928
#[derive(Default, Clone)]
@@ -296,7 +295,6 @@ impl FlatBufferBuilder {
296295
continue;
297296
}
298297

299-
300298
// Redirects are independent of blocking behavior.
301299
if filter.is_redirect() {
302300
builder.add_filter(filter.clone(), FilterId::Redirects as u32);

0 commit comments

Comments
 (0)