rustfmt
This commit is contained in:
parent
65f62d0497
commit
6931b0f5a1
@ -90,10 +90,7 @@ pub struct Functions {
|
|||||||
|
|
||||||
impl Functions {
|
impl Functions {
|
||||||
pub fn new(threshold: u64, max_lines: u64) -> Self {
|
pub fn new(threshold: u64, max_lines: u64) -> Self {
|
||||||
Self {
|
Self { threshold, max_lines }
|
||||||
threshold,
|
|
||||||
max_lines
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user