Parcourir la source

fixing small indent issue

Allen Jackson il y a 3 ans
Parent
commit
69bccb2428
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      rfcs/rfc-2202-user-defined-properties.md

+ 1 - 1
rfcs/rfc-2202-user-defined-properties.md

@@ -92,7 +92,7 @@ const AZStd::any& propertyMaterialPath = propertyMaterialPathIterator->second;
 if (propertyMaterialPath.empty() || propertyMaterialPath.is<AZStd::string>() == false)
 {
 	AZ_Error("prefab", false, "The 'o3de.default.material' custom property value type must be a string."
-							  "This will need to be fixed in the DCC tool and re-export the file asset.");
+				  "This will need to be fixed in the DCC tool and re-export the file asset.");
 	return;
 }