Prechádzať zdrojové kódy

fixing small indent issue

Allen Jackson 3 rokov pred
rodič
commit
69bccb2428
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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;
 }