add semicolons

This commit is contained in:
Jonathan Rainville 2018-06-18 16:04:35 -04:00
parent a6dc2f5a91
commit 002f5992d4
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@ module.exports = {
enabled: true,
host: "localhost",
port: 8000
}
};

View File

@ -2,4 +2,4 @@ module.exports = {
enabled: true,
host: "localhost",
port: 8000
}
};