Skip to content

Commit

Permalink
fixup! newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Lew Gordon committed Jul 14, 2021
1 parent 43b0735 commit 40ee80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-http-decoded-auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ for (const testCase of testCases) {
const url = new URL(`http://${testCase.username}:${testCase.password}@localhost:${this.address().port}`);
http.request(url).end();
});
}
}

0 comments on commit 40ee80d

Please sign in to comment.