Take Max's suggestions.

This commit is contained in:
Patrick Thomson 2020-09-30 09:28:58 -04:00
parent 16bd061b33
commit 33435f43c0
2 changed files with 3 additions and 3 deletions

View file

@ -16,8 +16,8 @@ pub struct Edit {
#[derive(Debug, Default)]
pub struct Stats {
pub successful_parses : usize,
pub total_parses : usize,
pub successful_parses: usize,
pub total_parses: usize,
}
impl fmt::Display for Stats {