Skip to content

Commit

Permalink
Minor format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yousifpatti committed Nov 21, 2023
1 parent e519dae commit cf9f077
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/scala/analysis/solvers/FixPointSolver.scala
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ trait MapLiftLatticeSolver[N] extends MapLatticeSolver[N] with Dependencies[N] {
*/
def transferUnlifted(n: N, s: lattice.sublattice.sublattice.Element): lattice.sublattice.sublattice.Element

@Override
def transfer(n: N, s: lattice.sublattice.Element): lattice.sublattice.Element = {
override def transfer(n: N, s: lattice.sublattice.Element): lattice.sublattice.Element = {
import lattice.sublattice._
s match {
case Bottom => Bottom // unreachable as input implied unreachable at output
Expand Down

0 comments on commit cf9f077

Please sign in to comment.