Skip to content

Commit

Permalink
remove tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
stockiNail committed Jul 4, 2023
1 parent 3b8ed42 commit 3328a56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/scales/scale.timeseries.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ class TimeSeriesScale extends TimeScale {

/**
* Generates all timestamps defined in the data.
* Important: this method can return ticks outside the min and max range, it's the
* responsibility of the calling code to clamp values if needed.
* @protected
*/
* Important: this method can return ticks outside the min and max range, it's the
* responsibility of the calling code to clamp values if needed.
* @protected
*/
_generate() {
const min = this.min;
const max = this.max;
Expand Down

0 comments on commit 3328a56

Please sign in to comment.