mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Removed tabs
This commit is contained in:
parent
2e08bfe9cc
commit
d8c4512b25
@ -29,8 +29,8 @@ namespace Matchers {
|
||||
protected:
|
||||
virtual std::string describe() const = 0;
|
||||
mutable std::string m_cachedToString;
|
||||
private:
|
||||
MatcherUntypedBase& operator = (MatcherUntypedBase const&);
|
||||
private:
|
||||
MatcherUntypedBase& operator = ( MatcherUntypedBase const& );
|
||||
};
|
||||
|
||||
template<typename ObjectT, typename ComparatorT = ObjectT>
|
||||
|
Loading…
Reference in New Issue
Block a user