Skip to content

Commit

Permalink
refactor: Autofix issues in 1 file
Browse files Browse the repository at this point in the history
Resolved issues in src/Claims/ClaimValueTypes/ClaimValueTypes.Namespaces.cs with DeepSource Autofix
  • Loading branch information
deepsource-autofix[bot] authored Jun 11, 2023
1 parent fa930d8 commit dda3565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Claims/ClaimValueTypes/ClaimValueTypes.Namespaces.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public static class Namespaces
/// <value><c>TR/</c></value>
public const string TR = $"{nameof(TR)}/";
/// <value><c>xmlschema11-2/</c></value>
public const string XmlSchema11_2 = $"xmlschema11-2/";
public const string XmlSchema11_2 = "xmlschema11-2/";
/// <value><c>#anyURI</c></value>
public const string AnyUriAnchor = "#anyURI";
/// <value><c>schema/</c></value>
Expand Down

0 comments on commit dda3565

Please sign in to comment.