Skip to content

Commit

Permalink
Automated dotnet-format update (#2625)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 22, 2021
1 parent 386af46 commit 15ba091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controls/src/Xaml/XmlTypeXamlExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ static class XmlTypeXamlExtensions
var potentialTypes = new List<(string typeName, string clrNamespace, string assemblyName)>();
foreach (string typeName in lookupNames)
foreach (XmlnsDefinitionAttribute xmlnsDefinitionAttribute in lookupAssemblies)
potentialTypes.Add(new (typeName, xmlnsDefinitionAttribute.ClrNamespace, xmlnsDefinitionAttribute.AssemblyName));
potentialTypes.Add(new(typeName, xmlnsDefinitionAttribute.ClrNamespace, xmlnsDefinitionAttribute.AssemblyName));

T? type = null;
foreach (var typeInfo in potentialTypes)
Expand Down

0 comments on commit 15ba091

Please sign in to comment.