Skip to content

Commit 6931b0f

Browse files
Unknownunknown
authored andcommitted
rustfmt
1 parent 65f62d0 commit 6931b0f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

clippy_lints/src/functions.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,7 @@ pub struct Functions {
9090

9191
impl Functions {
9292
pub fn new(threshold: u64, max_lines: u64) -> Self {
93-
Self {
94-
threshold,
95-
max_lines
96-
}
93+
Self { threshold, max_lines }
9794
}
9895
}
9996

0 commit comments

Comments
 (0)