Skip to content

Commit

Permalink
Apply format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Dec 9, 2024
1 parent dc70914 commit 1d22873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StructId.Analyzer/AnalysisExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public static string ToFileName(this ITypeSymbol type)
public static bool IsStructId(this ITypeSymbol type) => type.AllInterfaces.Any(x => x.Name == "IStructId");

public static bool IsStructIdTemplate(this AttributeData attribute)
=> attribute.AttributeClass?.Name == "TStructId" ||
=> attribute.AttributeClass?.Name == "TStructId" ||
attribute.AttributeClass?.Name == "TStructIdAttribute";

public static bool IsStructIdTemplate(this AttributeSyntax attribute)
Expand Down

0 comments on commit 1d22873

Please sign in to comment.