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:
@ -85,7 +85,7 @@ export function getMappedSegments(
|
||||
while (currentMapping) {
|
||||
const nextMapping = mappings.shift();
|
||||
if (nextMapping) {
|
||||
const source = sources.get(currentMapping.source) !;
|
||||
const source = sources.get(currentMapping.source)!;
|
||||
const segment = {
|
||||
generated: generated.getSegment('generated', currentMapping, nextMapping),
|
||||
source: source.getSegment('original', currentMapping, nextMapping),
|
||||
|
Reference in New Issue
Block a user