matches: fix: cleaner fmt fn end
This commit is contained in:
parent
24803d8bee
commit
2001434ab5
1 changed files with 2 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ impl Display for Matches {
|
|||
|
||||
write!(f, "{}", item)?;
|
||||
}
|
||||
write!(f, "{}", "")
|
||||
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue