[tor-commits] [torbirdy/develop] Fix indentation in feedwizard.js

sukhbir at torproject.org sukhbir at torproject.org
Fri Nov 25 05:54:48 UTC 2016


commit 405564bc67868489607fab60c7e66beaa5f4ce00
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Wed May 11 21:49:54 2016 -0400

    Fix indentation in feedwizard.js
---
 chrome/content/feedwizard.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chrome/content/feedwizard.js b/chrome/content/feedwizard.js
index 07b01bc..e0698a1 100644
--- a/chrome/content/feedwizard.js
+++ b/chrome/content/feedwizard.js
@@ -15,8 +15,8 @@ if (!org.torbirdy.feedwizard) org.torbirdy.feedwizard = new function() {
     ];
 
     for each (var [pref_template, value] in pref_spec) {
-        let pref = pref_template.replace("%serverkey%", accountKey);
-        Preferences.set(pref, value);
+      let pref = pref_template.replace("%serverkey%", accountKey);
+      Preferences.set(pref, value);
     }
   };
 





More information about the tor-commits mailing list