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