You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The route formatter is extracting line information from the partitions using Option, Option.get() and iteration.
I don't think the Option are needed, and it should be possible to have a less mutable solution.
The route formatter is extracting line information from the partitions using
Option
,Option.get()
and iteration.I don't think the
Option
are needed, and it should be possible to have a less mutable solution.The code is in format() and and getRoutes().
The text was updated successfully, but these errors were encountered: