From 833c8a2e1faff86944ddc3c0761947b17a717b43 Mon Sep 17 00:00:00 2001 From: Bas Date: Mon, 21 Dec 2020 00:02:37 +0100 Subject: [PATCH] Fix whitespace in openrct2.d.ts --- distribution/openrct2.d.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/distribution/openrct2.d.ts b/distribution/openrct2.d.ts index a9a56866f0..8e4f5c191c 100644 --- a/distribution/openrct2.d.ts +++ b/distribution/openrct2.d.ts @@ -1064,12 +1064,12 @@ declare global { * Current status of the car or train. */ status: VehicleStatus; - + /** * The progress on the current track piece, in steps. */ readonly trackProgress: number; - + /** * The currently projected remaining distance the car will travel. */ @@ -1079,13 +1079,13 @@ declare global { * List of peep IDs ordered by seat. */ peeps: (number | null)[]; - + /** * Moves the vehicle forward or backwards along the track, relative to its current - * position. A single visible step is about 8.000 to 14.000 in distance depending - * on the direction its moving in. + * position. A single visible step is about 8.000 to 14.000 in distance depending + * on the direction its moving in. */ - move(distance: number): void; + move(distance: number): void; } type VehicleStatus =