Skip to content

Commit

Permalink
style(rs_status.js): remove double semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Sefriol committed Jun 22, 2020
1 parent f514142 commit 3618191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/rs_status.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
var attempts = 50;
while (--attempts > 0) {

var rs_status = rs.status();;
var rs_status = rs.status();
printjson(rs_status);

if (rs_status.ok) {
Expand Down

0 comments on commit 3618191

Please sign in to comment.