style: fix CI failure (#15429)
This commit is contained in:
committed by
Igor Minar
parent
7f1b8bdfe1
commit
6e91f9c25d
+1
-1
@@ -1458,7 +1458,7 @@ function allowAutoBootstrap(document) {
|
||||
if (docLoadProtocol === scriptProtocol) {
|
||||
return true;
|
||||
}
|
||||
switch(scriptProtocol) {
|
||||
switch (scriptProtocol) {
|
||||
case 'http:':
|
||||
case 'https:':
|
||||
case 'ftp:':
|
||||
|
||||
Reference in New Issue
Block a user