Skip to content

Commit

Permalink
tab to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed May 6, 2022
1 parent e3b926a commit 4f5b6f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controllers/controller.polarArea.js
Expand Up @@ -34,8 +34,8 @@ export default class PolarAreaController extends DatasetController {
}

/**
* @protected
*/
* @protected
*/
getMinMax() {
const meta = this._cachedMeta;
const range = {min: Number.POSITIVE_INFINITY, max: Number.NEGATIVE_INFINITY};
Expand Down

0 comments on commit 4f5b6f6

Please sign in to comment.