Skip to content

Commit 6e91f9c

Browse files
mprobstIgorMinar
authored andcommitted
style: fix CI failure (angular#15429)
1 parent 7f1b8bd commit 6e91f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@ function allowAutoBootstrap(document) {
14581458
if (docLoadProtocol === scriptProtocol) {
14591459
return true;
14601460
}
1461-
switch(scriptProtocol) {
1461+
switch (scriptProtocol) {
14621462
case 'http:':
14631463
case 'https:':
14641464
case 'ftp:':

0 commit comments

Comments
 (0)