MWumpusZ

Results 2 comments of MWumpusZ

Fair enough. For our case, we decided we don't want to do stripIndent at all - at least not in the very general case where we were doing it until...

``` --- src/prognosis/control/Manager.d +++ dfmt src/prognosis/control/Manager.d @@ -199,5 +199,6 @@ VisitLink to = VisitLink( - linkScheduled.linkType == LinkType.continuation ? CONTINUE_TRAINID_BEGIN : TURN_BEGIN, - fetcher.get, - feeder.get.journeyId.trainId + linkScheduled.linkType == LinkType.continuation...