Skip to content

Commit 28b4f92

Browse files
committed
test(@angular-devkit/build-angular): fix formatting
1 parent 2105677 commit 28b4f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular_devkit/build_angular/src/utils/process-bundle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ async function terserMangle(
413413
code,
414414
options.map,
415415
outputCode,
416-
(minifyOutput.map as unknown) as RawSourceMap,
416+
minifyOutput.map as unknown as RawSourceMap,
417417
options.filename || '0',
418418
code.length > FAST_SOURCEMAP_THRESHOLD,
419419
);

0 commit comments

Comments
 (0)