mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-20 18:06:11 -05:00
fix trailing whitespace in Javascript
I want to make travis-ci enforce that everything passes lint. Get it in a good state first.
This commit is contained in:
@@ -65,7 +65,7 @@ export default class Range {
|
||||
* Determine if value is inside the range.
|
||||
*
|
||||
* @param {Number} value Value to test
|
||||
* @return {Boolean}
|
||||
* @return {Boolean}
|
||||
*/
|
||||
isInRange(value) {
|
||||
return value >= this.low && value <= this.high;
|
||||
|
||||
Reference in New Issue
Block a user