Skip to content

Commit c8201e2

Browse files
committed
Formatting
1 parent 26659ba commit c8201e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

liquidjava-verifier/src/main/java/liquidjava/rj_language/opt/ConstantPropagation.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ private static void extractVarOrigins(ValDerivationNode node, Map<String, Deriva
139139
}
140140

141141
/**
142-
* Flattens variable derivations to avoid redundancy by collapsing var -> var chains
143-
* If the origin is a VarDerivationNode, we use its variable name and origin instead
142+
* Flattens variable derivations to avoid redundancy by collapsing var -> var chains If the origin is a
143+
* VarDerivationNode, we use its variable name and origin instead
144144
*/
145145
private static VarDerivationNode flattenVarOrigin(String varName, DerivationNode origin) {
146146
if (origin instanceof VarDerivationNode varOrigin) {

0 commit comments

Comments
 (0)