Skip to content

Commit

Permalink
style: apply prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwremmel committed Dec 7, 2019
1 parent db2e2c4 commit 3278425
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ module.exports = function configure() {
if (renderError) {
if (renderError.message.includes('Failed to lookup view')) {
logger.info(
`No template found for ${
err.code
}, rendering exception as text`
`No template found for ${err.code}, rendering exception as text`
);
return renderAsText(res, err);
}
Expand Down

0 comments on commit 3278425

Please sign in to comment.