fix: random dot character
This commit is contained in:
parent
073e7d979d
commit
3f2f4e109d
@ -46,7 +46,7 @@ fn main() {
|
||||
|
||||
fn connection(con: &mut TcpStream, stations: Arc<StationsList>) -> std::io::Result<()> {
|
||||
let mut w = BufWriter::new(con);
|
||||
writeln!(w, "–––=== Bahnhofsreise ===̣–––")?;
|
||||
writeln!(w, "–––=== Bahnhofsreise ===–––")?;
|
||||
writeln!(w, "Bekannte Bahnhöfe: {}", stations.station_count())?;
|
||||
let filter_transports: FilterTransports = rand::random();
|
||||
let mut filter_transports = filter_transports.and_unknown();
|
||||
|
Loading…
x
Reference in New Issue
Block a user