Skip to content

Commit ebd0fe6

Browse files
authored
Removed unnecessary blank lines and cleaned up formatting.
1 parent ed22724 commit ebd0fe6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

js/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,10 +509,8 @@ function getAppHTML(app, appInstalled, forInterface) {
509509
let percent=(info.installs / appCounts.installs * 100).toFixed(0);
510510
let percentText=percent<1?"Less than 1% of all users":percent+"% of all Bangle.js users";
511511
infoTxt.push(`${info.installs} reported installs (${percentText})`);
512-
513512
}
514513
if (info.favourites) {
515-
516514
let percent=(info.favourites / info.installs * 100).toFixed(0);
517515
let percentText=percent>100?"More than 100% of installs":percent+"% of installs";
518516
if(!info.installs||info.installs<1) {infoTxt.push(`${info.favourites} users favourited`)}

0 commit comments

Comments
 (0)