Skip to content

Commit

Permalink
Merge pull request #43567 from Thushara-Piyasekara/code-gen-optimizer…
Browse files Browse the repository at this point in the history
…-feature

Fix checkstyle issue in feature branch `feature-codegen-optimizer`
  • Loading branch information
MaryamZi authored Nov 11, 2024
2 parents 095db58 + 399303f commit 76598e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ private void addDependentFunctionAndVisit(BIRNode.BIRDocumentableNode parentNode
}

public InvocationData getCurrentInvocationData() {
return isTestablePkgAnalysis? currentInvocationData.testablePkgInvocationData : currentInvocationData;
return isTestablePkgAnalysis ? currentInvocationData.testablePkgInvocationData : currentInvocationData;
}

public static class InvocationData {
Expand Down

0 comments on commit 76598e7

Please sign in to comment.