Skip to content

Commit

Permalink
Executing spotless:apply
Browse files Browse the repository at this point in the history
  • Loading branch information
Robertorosmaninho committed Oct 14, 2024
1 parent 50dcb6c commit 3435ec7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ class Matrix private (
// check that all occurrences of the same variable are equal
val sc: DecisionTree = row.clause.action.scVars match {
// if there is no side condition, continue
case None => atomicLeaf
case None => atomicLeaf
case Some(cond) =>
val condVars = cond.map(v => (grouped(v).head._2, grouped(v).head._1.hookAtt))
val newO = SC(row.clause.action.ordinal)
Expand Down

0 comments on commit 3435ec7

Please sign in to comment.