Skip to content

Commit 0485647

Browse files
author
John Haley
committed
Fixed linter errors
1 parent eec5b0a commit 0485647

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

test/tests/diff.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,15 @@ describe("Diff", function() {
3838
Diff.treeToWorkdirWithIndex(
3939
test.repository,
4040
test.masterCommitTree,
41-
normalizeOptions({ flags: Diff.OPTION.INCLUDE_UNTRACKED }, NodeGit.DiffOptions)
41+
normalizeOptions({
42+
flags: Diff.OPTION.INCLUDE_UNTRACKED
43+
}, NodeGit.DiffOptions)
4244
)
4345
.then(function(workdirDiff) {
4446
test.workdirDiff = workdirDiff;
4547
done();
4648
});
47-
})
49+
});
4850
});
4951
});
5052
});

0 commit comments

Comments
 (0)