Skip to content

Commit 0e3c825

Browse files
blicklycopybara-github
authored andcommitted
Minor code simplification
PiperOrigin-RevId: 718866724
1 parent be52561 commit 0e3c825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/google/javascript/jscomp/DefaultPassConfig.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,7 @@ public void process(Node externs, Node root) {
14421442
(compiler) -> {
14431443
preprocessorSymbolTableFactory.maybeInitialize(compiler);
14441444
final ProcessClosurePrimitives pass = new ProcessClosurePrimitives(compiler);
1445-
return pass::process;
1445+
return pass;
14461446
})
14471447
.build();
14481448

0 commit comments

Comments
 (0)