Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed Apr 3, 2019
1 parent 71c95e7 commit 0cd2853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const fastify = require('fastify')({
}
})

fastify.register(require('./')).after((err) => {
fastify.register(require('./')).after(err => {
fastify.log.error(err)
// Register custom clean up handler
fastify.gracefulShutdown((code, cb) => {
Expand Down

0 comments on commit 0cd2853

Please sign in to comment.