Skip to content

Commit

Permalink
Revert ":shirt: fix lint"
Browse files Browse the repository at this point in the history
This reverts commit 5c4eca9.
  • Loading branch information
PierreBrisorgueil committed Jan 14, 2019
1 parent 5c4eca9 commit c5aec01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/express.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ module.exports.setEngine = (app) => {
/**
* Initialize the Express application
*/
module.exports.init = function init() {
module.exports.init = function () {
// Initialize express app
const app = express();

Expand Down

0 comments on commit c5aec01

Please sign in to comment.