From ee3da33470980fd23f08d343a529ddf986190f1c Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Fri, 31 Aug 2018 07:31:22 -0700 Subject: [PATCH] fix trailing whitespace in Javascript I want to make travis-ci enforce that everything passes lint. Get it in a good state first. --- ui-src/lib/models/Range.js | 2 +- ui-src/lib/support/RecordingFormatter.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui-src/lib/models/Range.js b/ui-src/lib/models/Range.js index d3041c6..22097a4 100644 --- a/ui-src/lib/models/Range.js +++ b/ui-src/lib/models/Range.js @@ -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; diff --git a/ui-src/lib/support/RecordingFormatter.js b/ui-src/lib/support/RecordingFormatter.js index 8e3e638..d579976 100644 --- a/ui-src/lib/support/RecordingFormatter.js +++ b/ui-src/lib/support/RecordingFormatter.js @@ -75,7 +75,7 @@ export default class RecordingFormatter { /** * Produce an object whose properties are individual pieces of a recording's * data, formatted for display purposes. - * + * * @param {Recording} recording Recording to be formatted * @param {Range90k} trimRange Optional time range for trimming the * recording's interval