Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bellingard committed Feb 23, 2019
1 parent ff57536 commit ee1246c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist/bin/sonar-scanner
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env node
var scan = require("../index").cli;
var scan = require('../index').cli

var options = []
if (process.argv.length > 2) {
options = process.argv.slice(2);
options = process.argv.slice(2)
}

scan(options, {}, () => {});
scan(options, {}, () => {})

0 comments on commit ee1246c

Please sign in to comment.