[tor-commits] [pluggable-transports/snowflake-webext] 02/02: corrected indentation

gitolite role git at cupani.torproject.org
Wed Mar 23 14:50:52 UTC 2022


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 at 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);
   }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list