Skip to content

Commit

Permalink
Fix accidental whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilchie committed Jul 22, 2021
1 parent 9866220 commit 0ab726d
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 210 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -550,13 +550,13 @@ public class ComponentWithNullableRenderFragment : ComponentBase
{
[Parameter] public RenderFragment Header { get; set; }
}
}
}
"));
var generated = CompileToCSharp(@"
<ComponentWithNullableRenderFragment Header=""@Header"" />
@code {
[Parameter] public RenderFragment Header { get; set; }
}
}
");
AssertDocumentNodeMatchesBaseline(generated.CodeDocument);
AssertCSharpDocumentMatchesBaseline(generated.CodeDocument);
Expand Down
Loading

0 comments on commit 0ab726d

Please sign in to comment.