style(compiler): reformat of codebase with new clang-format version (#36520)
This commit reformats the packages/compiler tree using the new version of clang-format. PR Close #36520
This commit is contained in:
@ -11,5 +11,7 @@
|
||||
* to load templates.
|
||||
*/
|
||||
export class ResourceLoader {
|
||||
get(url: string): Promise<string>|string { return ''; }
|
||||
get(url: string): Promise<string>|string {
|
||||
return '';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user