You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CommunityToolkit.Mvvm.SourceGenerators/ComponentModel/ObservableValidatorValidateAllPropertiesGenerator.Execute.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ public static CompilationUnitSyntax GetSyntax()
150
150
AttributeArgument(LiteralExpression(
151
151
SyntaxKind.StringLiteralExpression,
152
152
Literal("This type is not intended to be used directly by user code")))))))))
153
-
.NormalizeWhitespace(eol:"\n");
153
+
.NormalizeWhitespace();
154
154
}
155
155
156
156
/// <summary>
@@ -229,7 +229,7 @@ public static CompilationUnitSyntax GetSyntax(ValidationInfo validationInfo)
0 commit comments