From c3cb9e39beeecb7191c6fc8724091436b010a119 Mon Sep 17 00:00:00 2001 From: Eric Leung Date: Tue, 26 Apr 2016 23:22:45 -0700 Subject: [PATCH] Remove trailing whitespace from about.js --- server/boot/about.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/server/boot/about.js b/server/boot/about.js index 4c58825eea..c58153577d 100644 --- a/server/boot/about.js +++ b/server/boot/about.js @@ -17,10 +17,10 @@ function getCertCount(userCount, cert) { } function getAllThreeCertsCount(userCount) { - return userCount({ - isFrontEndCert: true, - isDataVisCert: true, - isBackEndCert: true + return userCount({ + isFrontEndCert: true, + isDataVisCert: true, + isBackEndCert: true }) ::timeCache(2, 'hours'); } @@ -54,12 +54,12 @@ export default function about(app) { allThreeCount }) ) - .doOnNext(({ - frontEndCount, - dataVisCount, - backEndCount, - allThreeCount - }) => { + .doOnNext(({ + frontEndCount, + dataVisCount, + backEndCount, + allThreeCount + }) => { res.render('resources/about', { frontEndCount: numberWithCommas(frontEndCount), dataVisCount: numberWithCommas(dataVisCount),