Clean up: Removes consecutive blank line

This commit is contained in:
syuilo 2016-12-31 11:02:52 +09:00
parent b2467688bc
commit 92855054c3

View file

@ -148,7 +148,6 @@ async function init(): Promise<State> {
configLogger.info('Successfully loaded'); configLogger.info('Successfully loaded');
configLogger.info(`maintainer: ${config.maintainer}`); configLogger.info(`maintainer: ${config.maintainer}`);
if (process.platform === 'linux' && !isRoot() && config.port < 1024) { if (process.platform === 'linux' && !isRoot() && config.port < 1024) {
Logger.error('You need root privileges to listen on port below 1024 on Linux'); Logger.error('You need root privileges to listen on port below 1024 on Linux');
return State.failed; return State.failed;