summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorJeremy Andrews <athenian200@outlook.com>2022-06-10 19:43:12 -0500
committerJeremy Andrews <athenian200@outlook.com>2022-06-10 19:43:12 -0500
commit2b8f6866cbbeb3e36cdfbdd273997f254707d111 (patch)
tree544f4173431197e1e57b4f75488560750f85deb9 /toolkit
parentec277eacb88c659a713ef75bda6d6381ecbdbda4 (diff)
downloaduxp-2b8f6866cbbeb3e36cdfbdd273997f254707d111.tar.gz
Fix whitespace.
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/mozapps/extensions/internal/XPIProvider.jsm6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/mozapps/extensions/internal/XPIProvider.jsm b/toolkit/mozapps/extensions/internal/XPIProvider.jsm
index eb8a306a27..e12549094d 100644
--- a/toolkit/mozapps/extensions/internal/XPIProvider.jsm
+++ b/toolkit/mozapps/extensions/internal/XPIProvider.jsm
@@ -6133,9 +6133,9 @@ function UpdateChecker(aAddon, aListener, aReason, aAppVersion, aPlatformVersion
// updateURL is empty. UpdateParser should detect this and fail early.
if (!updateURL) {
- this._parser = AddonUpdateChecker.checkForUpdates(aAddon.id, aAddon.updateKey,
- "", this);
- return;
+ this._parser = AddonUpdateChecker.checkForUpdates(aAddon.id, aAddon.updateKey,
+ "", this);
+ return;
}
let url = escapeAddonURI(aAddon, updateURL, aReason, aAppVersion);