Skip to content

Commit

Permalink
style(tests): fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanfoster committed Dec 27, 2016
1 parent c49c84f commit cdb9909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/application_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ describe("Application", function () {
logging: {
serializers: {
req(req) {
return { url: req.url }
return { url: req.url };
}
}
}
Expand Down Expand Up @@ -252,7 +252,7 @@ describe("Application", function () {
logging: {
serializers: {
res(res) {
return { statusCode: res.statusCode}
return { statusCode: res.statusCode };
}
}
}
Expand Down

0 comments on commit cdb9909

Please sign in to comment.