remove a dot from logs
This commit is contained in:
parent
754cd667d9
commit
c803fcccbf
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ impl fmt::Display for StatsOnDetect {
|
|||
|
||||
impl fmt::Display for Stats10Min {
|
||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
write!(f, "{} {}.", self.hail, self.noise,)
|
||||
write!(f, "{} {}", self.hail, self.noise,)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue