Remove extraneous colon
This commit is contained in:
parent
476dd885d1
commit
eeeea1bb8d
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@
|
||||||
(parse-markup
|
(parse-markup
|
||||||
(format "[bold]Prochains départs de [green]~a[/green] " station-name))))
|
(format "[bold]Prochains départs de [green]~a[/green] " station-name))))
|
||||||
(when datetime
|
(when datetime
|
||||||
(display (format "le ~a à ~a :"
|
(display (format "le ~a à ~a "
|
||||||
(date->string datetime "~a ~d ~b ~Y")
|
(date->string datetime "~d ~b ~Y")
|
||||||
(date->string datetime "~H:~M"))))
|
(date->string datetime "~H:~M"))))
|
||||||
(displayln (if (eq? style 'markdown) ":\n" ":"))
|
(displayln (if (eq? style 'markdown) ":\n" ":"))
|
||||||
(display-departures-table departures style: style)
|
(display-departures-table departures style: style)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue