Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
xbpcb committed Mar 6, 2024
1 parent 1b37dfb commit a196a9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/components/gp-results-raw-output.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,9 @@
let infiniteMeasurement = this.get('infiniteMeasurement');

if (infiniteMeasurement) {
//- return 'success';
//- return 'failure';
//- return 'some-issues';
// return 'success';
// return 'failure';
// return 'some-issues';
return '';
}

Expand Down

0 comments on commit a196a9e

Please sign in to comment.