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

Commit cd20dd4b authored by fengjinlan's avatar fengjinlan Committed by jinlan feng
Browse files

remove redundant symbols



Change-Id: I05314e07b441cb0e8d6b4f62be94a2109895d8cb
Signed-off-by: default avatarfengjinlan <fengjinlan@xiaomi.com>
parent dd1feb52
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;
        }
    }