Skip to content

Commit 4d6df8b

Browse files
committed
apply code formatter.
1 parent f991cb0 commit 4d6df8b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/org/sosy_lab/java_smt/basicimpl/AbstractFormulaManager.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,7 @@ public BooleanFormula applyTactic(BooleanFormula f, Tactic tactic)
375375
}
376376
}
377377

378-
/**
379-
* Eliminate UFs from the given input formula.
380-
*/
378+
/** Eliminate UFs from the given input formula. */
381379
protected BooleanFormula applyUFEImpl(BooleanFormula pF) {
382380
return SolverUtils.ufElimination(this).eliminateUfs(pF);
383381
}

0 commit comments

Comments
 (0)