summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-02-09 01:12:25 -0600
committerMatt A. Tobin <email@mattatobin.com>2022-02-09 01:12:25 -0600
commit36d0b9347ddbdda15e04ec24b01f60f190f04995 (patch)
treeb837e379f54dca798e0a3721cd7a871db65f43c0 /components
parent6231b9e2ed5cc27fbbc5854c32c7af7f3ec1b279 (diff)
downloadaura-central-36d0b9347ddbdda15e04ec24b01f60f190f04995.tar.gz
[fxguid] Follow-up: Fix incorrect indent
Diffstat (limited to 'components')
-rw-r--r--components/addons/src/XPIProvider.jsm2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/addons/src/XPIProvider.jsm b/components/addons/src/XPIProvider.jsm
index b97edfcdb..9ad10b534 100644
--- a/components/addons/src/XPIProvider.jsm
+++ b/components/addons/src/XPIProvider.jsm
@@ -6457,7 +6457,7 @@ AddonInternal.prototype = {
(Services.vc.compare(version, app.maxVersion) <= 0)
},
- get matchingTargetApplication() {
+ get matchingTargetApplication() {
let app = null;
#ifdef MC_APP_ID