fix eslint compile error due to trailing spaces

This commit is contained in:
Nick Krecklow 2020-06-24 15:15:37 -05:00
parent b7492b3a3b
commit 84cf5389b6
No known key found for this signature in database
GPG Key ID: 5F149FDE156FFA94

@ -28,7 +28,7 @@ export class GraphDisplayManager {
// and the application has received updates prior to the initial state
return
}
// Calculate isZoomed before mutating graphData otherwise the indexed values
// are out of date and will always fail when compared to plotScaleX.min/max
const plotScaleX = this._plotInstance.scales.x