瀏覽代碼

fixing small indent issue

Allen Jackson 3 年之前
父節點
當前提交
69bccb2428
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)
 if (propertyMaterialPath.empty() || propertyMaterialPath.is<AZStd::string>() == false)
 {
 {
 	AZ_Error("prefab", false, "The 'o3de.default.material' custom property value type must be a string."
 	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;
 	return;
 }
 }