remove extra parenthesis

pull/7921/head
Berkeley Martinez 2016-02-22 22:28:32 -08:00
parent 2fb922be0f
commit adfb21aaf9
1 changed files with 6 additions and 6 deletions

View File

@ -23,16 +23,16 @@ export default function about(app) {
daysRunning,
title: dedent`
About our Open Source Community, our social media presence,
and how to contact us`.split('\n').join(' '),
and how to contact us
`.split('\n').join(' '),
globalCompletedCount: numberWithCommas(
5612952 + (Math.floor((Date.now() - 1446268581061) / 1800)
5612952 + (Math.floor((Date.now() - 1446268581061) / 1800))
),
globalPledgedAmount: numberWithCommas(
28000.00 +
(Math.floor(
(Date.now() - 1456207176902) /
(2629746 / 2000)
) * 8.30)
(
Math.floor((Date.now() - 1456207176902) / (2629746 / 2000)) *
8.30
)
)
});