style(compiler-cli): reformat of codebase with new clang-format version (#36520)
This commit reformats the packages/compiler-cli tree using the new version of clang-format. PR Close #36520
This commit is contained in:
@ -10,7 +10,7 @@ import * as path from 'path';
|
||||
|
||||
import {readConfiguration} from '../src/perform_compile';
|
||||
|
||||
import {TestSupport, setup} from './test_support';
|
||||
import {setup, TestSupport} from './test_support';
|
||||
|
||||
describe('perform_compile', () => {
|
||||
let support: TestSupport;
|
||||
|
Reference in New Issue
Block a user