This commit is contained in:
Unknown 2019-01-13 16:53:26 -05:00 committed by unknown
parent 65f62d0497
commit 6931b0f5a1

View file

@ -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 }
}
}