Fixed unintentional tabs

This commit is contained in:
Phil Nash
2017-03-06 09:23:31 +00:00
parent d5a5883a10
commit 041498b221
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ namespace Matchers {
}
protected:
virtual ~MatcherUntypedBase();
virtual ~MatcherUntypedBase();
virtual std::string describe() const = 0;
mutable std::string m_cachedToString;
private: