diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs index cc087a636..729539dfa 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -4295,7 +4295,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common if (customPrefix.IsNotNullOrEmpty()) { - result = customPrefix+"/"+ result + "/"; + result = customPrefix + "/" + result; } return result;