diff --git a/src/MaaCore/Vision/Miscellaneous/CreditShopImageAnalyzer.h b/src/MaaCore/Vision/Miscellaneous/CreditShopImageAnalyzer.h index 23e7a70f8e..17febf2a2b 100644 --- a/src/MaaCore/Vision/Miscellaneous/CreditShopImageAnalyzer.h +++ b/src/MaaCore/Vision/Miscellaneous/CreditShopImageAnalyzer.h @@ -23,9 +23,7 @@ private: bool whether_to_buy_analyze(); bool sold_out_analyze(); - static size_t match_required_index( - const std::string& text, - const std::vector& required); + static size_t match_required_index(const std::string& text, const std::vector& required); std::vector m_commodities; std::vector m_need_to_buy;