Remove trailing whitespace from about.js

This commit is contained in:
Eric Leung
2016-04-26 23:22:45 -07:00
parent 6039d29282
commit c3cb9e39be

View File

@@ -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),