Remove whitespace

This commit is contained in:
jonawals
2021-05-27 17:09:59 +01:00
parent e9daed723a
commit b13a7e1d3c
@@ -14,8 +14,6 @@
namespace TestImpact
{
RepoPath& RepoPath::operator=(const string_type& other) noexcept
{
m_path = AZ::IO::Path(other).MakePreferred();