Skip to content

Commit

Permalink
Correct wrong default value for exit
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 committed Dec 4, 2020
1 parent 7d6b361 commit b57582a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metrics/exit.rs
Expand Up @@ -19,7 +19,7 @@ impl Default for Stats {
fn default() -> Self {
Self {
exit: 0,
total_space_functions: 1,
total_space_functions: 0,
}
}
}
Expand Down

0 comments on commit b57582a

Please sign in to comment.