1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-05-03 13:33:53 +00:00

Removed tabs

This commit is contained in:
Phil Nash 2017-02-22 08:26:52 +00:00
parent 2e08bfe9cc
commit d8c4512b25

View File

@ -30,7 +30,7 @@ namespace Matchers {
virtual std::string describe() const = 0; virtual std::string describe() const = 0;
mutable std::string m_cachedToString; mutable std::string m_cachedToString;
private: private:
MatcherUntypedBase& operator = (MatcherUntypedBase const&); MatcherUntypedBase& operator = ( MatcherUntypedBase const& );
}; };
template<typename ObjectT, typename ComparatorT = ObjectT> template<typename ObjectT, typename ComparatorT = ObjectT>