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:
@ -13,7 +13,9 @@ import {serializeNodes} from './util/util';
|
||||
describe('Node serializer', () => {
|
||||
let parser: HtmlParser;
|
||||
|
||||
beforeEach(() => { parser = new HtmlParser(); });
|
||||
beforeEach(() => {
|
||||
parser = new HtmlParser();
|
||||
});
|
||||
|
||||
it('should support element', () => {
|
||||
const html = '<p></p>';
|
||||
|
Reference in New Issue
Block a user