Skip to content
This repository was archived by the owner on Aug 9, 2018. It is now read-only.

Commit 5a5d700

Browse files
author
Kevin Shay
committed
jshint
1 parent 213fd96 commit 5a5d700

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/ngoverrides.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function registerModule(context) {
129129

130130
var reparseUrl = function () {
131131
requestUrlParts = url.parse(url.format(requestUrlParts), true);
132-
}
132+
};
133133

134134
return {
135135
location: {

tests/ngoverrides.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ exports.testNgoverrides = function (test) {
7373
req.protocol = 'http';
7474
req.url = '/foo';
7575

76-
mw(req, {},{});
76+
mw(req, {}, {});
7777
};

0 commit comments

Comments
 (0)