Skip to content

Commit 1d22873

Browse files
committed
Apply format fixes
1 parent dc70914 commit 1d22873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StructId.Analyzer/AnalysisExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public static string ToFileName(this ITypeSymbol type)
150150
public static bool IsStructId(this ITypeSymbol type) => type.AllInterfaces.Any(x => x.Name == "IStructId");
151151

152152
public static bool IsStructIdTemplate(this AttributeData attribute)
153-
=> attribute.AttributeClass?.Name == "TStructId" ||
153+
=> attribute.AttributeClass?.Name == "TStructId" ||
154154
attribute.AttributeClass?.Name == "TStructIdAttribute";
155155

156156
public static bool IsStructIdTemplate(this AttributeSyntax attribute)

0 commit comments

Comments
 (0)