Skip to content

Commit 0c1b09c

Browse files
committed
Fix quote style.
1 parent 5753215 commit 0c1b09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/https-everywhere.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ HTTPSEverywhere.prototype = {
334334
.getInterface(CI.nsILoadContext);
335335
} catch(e) {
336336
this.log(NOTE, "no loadGroup notificationCallbacks for "
337-
+ channel.URI.spec + ': ' + e);
337+
+ channel.URI.spec + ": " + e);
338338
return null;
339339
}
340340
}

0 commit comments

Comments
 (0)