Skip to content

Commit

Permalink
fix lint white space
Browse files Browse the repository at this point in the history
  • Loading branch information
geotab-data-platform authored Oct 25, 2024
1 parent 871e9fa commit 395125e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ export function rebaseForecastDatum(
});
}


// For Confidence Bands, forecast series on mixed charts require the series sent in the following sortOrder:
export function reorderForecastSeries(row: any[]): any[] {
// Define the order for sorting using ForecastSeriesEnum
Expand Down Expand Up @@ -181,4 +180,4 @@ export function reorderForecastSeries(row: any[]): any[] {

return aOrder - bOrder;
});
}
}

0 comments on commit 395125e

Please sign in to comment.