Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 6e91f9c

Browse files
mprobstIgorMinar
authored andcommitted
style: fix CI failure (#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

+1-1
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)