Skip to content

Commit

Permalink
chore: whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 17, 2020
1 parent 898b5db commit af9a8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ const init = () => {
return app.listen(port, () => console.log(`Provider API listening on port ${port}...`));
};

init();
init();

0 comments on commit af9a8d2

Please sign in to comment.