Skip to content

Commit 2fe56eb

Browse files
author
John Haley
committed
Fixed lint error
1 parent 435924b commit 2fe56eb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/tests/cred.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ describe("Cred", function() {
2121
});
2222

2323
it("can create credentials using plaintext", function() {
24-
var plaintextCreds = NodeGit.Cred.userpassPlaintextNew("username", "password");
24+
var plaintextCreds
25+
= NodeGit.Cred.userpassPlaintextNew("username", "password");
2526

2627
assert(plaintextCreds instanceof NodeGit.Cred);
2728
});

0 commit comments

Comments
 (0)