mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Removed tabs
This commit is contained in:
parent
2e08bfe9cc
commit
d8c4512b25
@ -29,8 +29,8 @@ namespace Matchers {
|
|||||||
protected:
|
protected:
|
||||||
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>
|
||||||
|
Loading…
Reference in New Issue
Block a user