2
0
mirror of https://github.com/xvxx/phetch synced 2024-11-16 21:25:45 +00:00
This commit is contained in:
chris west 2020-01-14 19:32:43 -08:00
parent 344e4d7e5f
commit 9c64f7c420

View File

@ -131,7 +131,7 @@ impl fmt::Display for Type {
if let Some(c) = self.to_char() { if let Some(c) = self.to_char() {
write!(f, "{}", c) write!(f, "{}", c)
} else { } else {
write!(f, "{}", '?') write!(f, "?")
} }
} }
} }