Skip to content

Commit

Permalink
Add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
darthdeus authored and calesce committed Feb 11, 2017
1 parent 7f67a52 commit 8d21058
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 @@ -22,4 +22,4 @@ app.listen(3000, function(err) {
}

console.log('Listening at http://localhost:3000/');
})
});

0 comments on commit 8d21058

Please sign in to comment.