Because whitespace matters;

This commit is contained in:
Benjamin Bouvier 2016-06-23 22:07:17 +02:00
parent 52dbedb1f8
commit e7d452e639
1 changed files with 1 additions and 0 deletions

View File

@ -108,3 +108,4 @@ app.post('/', function(req, res) {
app.listen(config.port, config.hostname, function() {
console.log('gitlab-to-irc running.');
});