Skip to content

Commit 780da2d

Browse files
author
Michael Salinger
committed
Fix formatting
1 parent 660f586 commit 780da2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ var handleResponse = function(req, res, response) {
126126
delete response.headers.location;
127127
res.set(response.headers);
128128
res.redirect(location);
129-
}
130-
else {
129+
} else {
131130
res.set(response.headers);
132131
res.status(response.status).send(response.body);
133132
}

0 commit comments

Comments
 (0)