Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d97c760 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "remove redundant symbols"

parents b2d95c39 cd20dd4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -155,7 +155,7 @@ product_strategy_t ProductStrategyMap::getProductStrategyForAttributes(
            return iter.second->getId();
            return iter.second->getId();
        }
        }
        if (score > matchScore) {
        if (score > matchScore) {
            bestStrategyOrdefault = iter.second->getId();;
            bestStrategyOrdefault = iter.second->getId();
            matchScore = score;
            matchScore = score;
        }
        }
    }
    }