Browse Source

Fix peculiar chewed up line.

Signed-off-by: John <[email protected]>
John 3 years ago
parent
commit
2a162eafae

+ 1 - 2
AutomatedTesting/Gem/PythonCoverage/Code/Source/PythonCoverageEditorSystemComponent.cpp

@@ -156,8 +156,7 @@ namespace PythonCoverage
                 {
                 {
                     for (const auto* moduleComponentDescriptor : moduleData.GetModule()->GetComponentDescriptors())
                     for (const auto* moduleComponentDescriptor : moduleData.GetModule()->GetComponentDescriptors())
                     {
                     {
-                        m_moduleComponents[moduleComponentDescriptor->GetUuid()] =
-                            m_moduleComponents[moduleComponentDescriptor->GetUuid()] = moduleData.GetDebugName();
+                        m_moduleComponents[moduleComponentDescriptor->GetUuid()] = moduleData.GetDebugName();
                     }
                     }
                 }
                 }