Nyaaori
2022-12-21 10:42:12 +01:00
parent 7b98741163
commit c86313d4fa
15 changed files with 56 additions and 92 deletions

View File

@@ -197,7 +197,7 @@ impl fmt::Display for Config {
msg += &format!("{}: {}\n", line.1 .0, line.1 .1);
}
write!(f, "{}", msg)
write!(f, "{msg}")
}
}