matches: fix: cleaner fmt fn end

This commit is contained in:
Mohammad Kanaan 2026-07-27 13:05:19 +03:00
parent 24803d8bee
commit 2001434ab5

View file

@ -28,6 +28,7 @@ impl Display for Matches {
write!(f, "{}", item)?;
}
write!(f, "{}", "")
Ok(())
}
}