Skip to content

Commit baf4a36

Browse files
committed
lint fixes
1 parent 709fc9b commit baf4a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/LocalBinary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function LocalBinary(){
3232

3333
var binaryPath = destParentDir + './BrowserStackLocal';
3434
var file = fs.createWriteStream(binaryPath);
35-
35+
3636
https.get(this.http_path, function (response) {
3737
response.on('end', function () {
3838
fs.chmod(binaryPath, '0755', function() {

0 commit comments

Comments
 (0)