Skip to content

Commit b23a2ac

Browse files
committed
fix linting 4
1 parent cb07050 commit b23a2ac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pallets/proxy/src/tests.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@
1818
// Tests for Proxy Pallet
1919

2020
#![cfg(test)]
21-
#![allow(clippy::arithmetic_side_effects, clippy::unwrap_used, clippy::indexing_slicing)]
21+
#![allow(
22+
clippy::arithmetic_side_effects,
23+
clippy::unwrap_used,
24+
clippy::indexing_slicing
25+
)]
2226

2327
use super::*;
2428
use crate as proxy;

0 commit comments

Comments
 (0)