Skip to content

Commit 798311c

Browse files
committed
Add missing semicolon
1 parent 95cf85a commit 798311c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function makeRequest(url) {
3232
encoding: 'binary',
3333
strictSSL: false
3434
}).then(function (response) {
35-
return response[1]
35+
return response[1];
3636
});
3737
}
3838

0 commit comments

Comments
 (0)