Fix inconsistent spacing between lines

This commit is contained in:
Ada 2023-10-13 21:14:24 +02:00
parent 47f5507f4f
commit 3951b4e41c

View File

@ -276,8 +276,8 @@ fn render_strab_partial(display: &mut UdpDisplay, station: &String, diff: i64, h
}
fn render_strab(display: &mut UdpDisplay, straba_res: &NextDeparture) {
render_strab_partial(display, &straba_res.outbound_station, straba_res.outbound_diff, 15);
render_strab_partial(display, &straba_res.inbound_station, straba_res.inbound_diff, 25);
render_strab_partial(display, &straba_res.outbound_station, straba_res.outbound_diff, 17);
render_strab_partial(display, &straba_res.inbound_station, straba_res.inbound_diff, 27);
}
fn send_package(ipaddress: String,