This is an automated email from the git hooks/post-receive script.
cohosh pushed a commit to branch main in repository pluggable-transports/snowflake-webext.
commit 5f21a6fdd86fbc1c435380a643db76b7ac12e5d5 Author: 5eba 5eba@untiy-mail.de AuthorDate: Sat Mar 19 08:57:24 2022 +0100
corrected indentation --- init-badge.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/init-badge.js b/init-badge.js index 8d4f4e6..70699b0 100644 --- a/init-badge.js +++ b/init-badge.js @@ -68,8 +68,8 @@ class BadgeUI extends UI { this.setIcon('on'); } const total = this.stats.reduce((function(t, c) { - return t + c; - }), 0); + return t + c; + }), 0); this.popup.turnOn(clients, total); }