Skip to content

Commit 7849a4b

Browse files
[housekeeping] Automated PR to fix formatting errors on dev/stdelc/protectxmlns
1 parent 6140ca7 commit 7849a4b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Controls/src/Build.Tasks/XmlTypeExtensions.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ static IList<XmlnsDefinitionAttribute> GatherXmlnsDefinitionAttributes(ModuleDef
6060
!attribute.AssemblyName.StartsWith("System", StringComparison.OrdinalIgnoreCase) &&
6161
!attribute.AssemblyName.StartsWith("mscorlib", StringComparison.OrdinalIgnoreCase))
6262
{
63-
throw new BuildException(BuildExceptionCode.InvalidXaml, null, null,
64-
$"Protected Xmlns {attribute.XmlNamespace}. Can't add assembly {attribute.AssemblyName}."); }
63+
throw new BuildException(BuildExceptionCode.InvalidXaml, null, null,
64+
$"Protected Xmlns {attribute.XmlNamespace}. Can't add assembly {attribute.AssemblyName}.");
65+
}
6566

6667
xmlnsDefinitions.Add(attribute);
6768
}

0 commit comments

Comments
 (0)