mirror of
https://github.com/nasa/openmct.git
synced 2025-01-19 11:17:04 +00:00
[Style] space after operator
This commit is contained in:
parent
f27e4d6e06
commit
3a050cc5b8
@ -78,7 +78,7 @@ define(
|
||||
* Get the range value corresponding to this pixel position.
|
||||
* @returns {number} the range value
|
||||
*/
|
||||
PlotPosition.prototype.getRange =function () {
|
||||
PlotPosition.prototype.getRange = function () {
|
||||
return this.position[1];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user