Skip to content

Commit

Permalink
adhere to owner stype
Browse files Browse the repository at this point in the history
  • Loading branch information
osher committed Nov 10, 2016
1 parent b833238 commit 3162e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/connect_middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function Middleware(runner) {
});
}

if (!context.output) return next();
if (!context.output) { return next(); }

var contentType = response.getHeader('content-type');
if (!contentType) {
Expand Down

0 comments on commit 3162e46

Please sign in to comment.