Skip to content

Commit d86670e

Browse files
committed
chore: Apply more lints
1 parent 7760911 commit d86670e

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

css-inline/src/hasher.rs

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ mod tests {
5555
mod $method {
5656
use super::NoHashHasher;
5757
use std::hash::Hasher;
58-
58+
5959
#[test]
6060
#[should_panic]
6161
fn test_panic() {
@@ -67,7 +67,17 @@ mod tests {
6767
};
6868
}
6969

70-
test_panic!(write_u8, write_u16, write_u32, write_u64, write_i8, write_i16, write_i32, write_i64, write_isize);
70+
test_panic!(
71+
write_u8,
72+
write_u16,
73+
write_u32,
74+
write_u64,
75+
write_i8,
76+
write_i16,
77+
write_i32,
78+
write_i64,
79+
write_isize
80+
);
7181

7282
#[test]
7383
#[should_panic]

0 commit comments

Comments
 (0)