Skip to content

Commit 471b95b

Browse files
authored
Styleguide conformance (#2070)
* New system so missed Post #2069 Auto-merge
1 parent 97fd171 commit 471b95b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

libs/scriptStorage.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -332,11 +332,11 @@ function invalidKey(aAuthorName, aScriptName, aIsLib, aKeyName, aKeyValue) { //
332332
matches = keyValueUtf.match(rAnyLocalMetaUrl);
333333
if (matches) {
334334
if (/\.min$/.test(matches[2])) {
335-
return new statusError({
336-
message: '`@' + aKeyName +
337-
'` must not be a minified URL.',
338-
code: 403 // Forbidden
339-
});
335+
return new statusError({
336+
message: '`@' + aKeyName +
337+
'` must not be a minified URL.',
338+
code: 403 // Forbidden
339+
});
340340
} else if (cleanFilename(aAuthorName, '').toLowerCase() +
341341
'/' + cleanFilename(aScriptName, '') ===
342342
matches[1].toLowerCase() + '/' + matches[2]) {

0 commit comments

Comments
 (0)