Skip to content

Commit

Permalink
chore(lint): fix lint on micro perf index
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Oct 12, 2015
1 parent 8e6d560 commit b5d8902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf/micro/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Observable.create(function (observer) {
if (testArgument !== undefined) {
var fileArgs = testArgument.slice();
var csvIndex = fileArgs.indexOf('--csv');
if(csvIndex !== -1) {
if (csvIndex !== -1) {
fileArgs.splice(csvIndex, 2);
}
return fileArgs.some(function (val) {
Expand Down

0 comments on commit b5d8902

Please sign in to comment.