Skip to content

Commit 3376fd2

Browse files
PlexSheepgithub-actions[bot]
authored andcommitted
ci: automatic Rust CI changes
1 parent 2292948 commit 3376fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analyze.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ impl<'check> Outage<'check> {
115115
"From {}",
116116
fmt_timestamp(self.start.timestamp_parsed()),
117117
)?;
118-
write!(&mut buf, " To {}", "(None)")?;
118+
write!(&mut buf, " To (None)")?;
119119
}
120120
write!(&mut buf, ", Total {}", self.len())?;
121121
Ok(buf)

0 commit comments

Comments
 (0)