Skip to content

Commit d86b454

Browse files
committed
Apply formatting rules
1 parent 3663a4d commit d86b454

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/DependencyInjection/IncrementalGenerator.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ bool IsExport(AttributeData attr)
124124
var attrName = attr.AttributeClass?.ToDisplayString(SymbolDisplayFormat.FullyQualifiedFormat);
125125
return attrName == "global::System.Composition.ExportAttribute" ||
126126
attrName == "global::System.ComponentModel.Composition.ExportAttribute";
127-
};
127+
}
128+
;
128129

129130
// NOTE: we recognize the attribute by name, not precise type. This makes the generator
130131
// more flexible and avoids requiring any sort of run-time dependency.

0 commit comments

Comments
 (0)