style: fix CI failure (#15429)

This commit is contained in:
Martin Probst
2016-11-23 23:04:05 -08:00
committed by Igor Minar
parent 7f1b8bdfe1
commit 6e91f9c25d
+1 -1
View File
@@ -1458,7 +1458,7 @@ function allowAutoBootstrap(document) {
if (docLoadProtocol === scriptProtocol) {
return true;
}
switch(scriptProtocol) {
switch (scriptProtocol) {
case 'http:':
case 'https:':
case 'ftp:':