Skip to content

Commit 4715237

Browse files
committed
Fix indentation in app/src/services/helper/trusted-types.service.ts
1 parent 4eb955b commit 4715237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/app/src/services/helper/trusted-types.service.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ export class TrustedTypesService {
1919
createScriptURL: (input: string) => {
2020
if (['/s/script', '/workers/crypto.worker.js'].indexOf(input) !== -1) {
2121
return input;
22-
} else {
22+
} else {
2323
throw new Error('Script URLs are not allowed by this policy.');
24-
}
24+
}
2525
}
2626
});
2727
}

0 commit comments

Comments
 (0)