From 677faebf7685551a456d4203e0bc003be0f958f1 Mon Sep 17 00:00:00 2001 From: Riley Davis Date: Thu, 10 Nov 2016 13:09:23 -0700 Subject: [PATCH] adhere to new linting rules --- bin/www | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/www b/bin/www index 6ebfc6944..639852a93 100755 --- a/bin/www +++ b/bin/www @@ -16,7 +16,8 @@ const http = require('http'); const initPromise = require('../init'); let server; -initPromise.then(() => { +initPromise +.then(() => { /** * Get port from environment and store in Express. */