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

Commit 1edf798d authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "remove redundant symbols" am: 5d97c760 am: a0876138 am: 3899552d am: 473abb24

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