Skip to content

Commit

Permalink
feat: add space
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautam Jethwani committed Sep 12, 2023
1 parent 627729d commit a3966be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/status.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,4 @@ function calculatePercentile (percentile, arr) {
return arr[idx - 1] || 0;
}

module.exports = exports = Status;
module.exports = exports = Status;

Check failure on line 243 in lib/status.js

View workflow job for this annotation

GitHub Actions / lts (16.x)

Newline required at end of file but not found

Check failure on line 243 in lib/status.js

View workflow job for this annotation

GitHub Actions / lts (18.x)

Newline required at end of file but not found

Check failure on line 243 in lib/status.js

View workflow job for this annotation

GitHub Actions / lts (20.x)

Newline required at end of file but not found

Check failure on line 243 in lib/status.js

View workflow job for this annotation

GitHub Actions / current

Newline required at end of file but not found

0 comments on commit a3966be

Please sign in to comment.