Skip to content
Prev Previous commit
Next Next commit
Remove trailing whitespace
  • Loading branch information
TalAloni authored Jan 1, 2021
commit 49327d3ef8e093a3d075fcd426d41eea9aac6f48
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ internal static string GetTempAssemblyName(AssemblyName parent, string? ns)
{
return parent.Name + ".XmlSerializers" + (ns == null || ns.Length == 0 ? "" : "." + GetPersistentHashCode(ns));
}

/// <remarks>
/// Returns the same value returned by .NET Framework 64-bit String.GetHashCode()
/// </remarks>
Expand Down