File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Components/Blazor/Blazor/src/Rendering Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public class WebAssemblyRenderer : Renderer
23
23
/// Constructs an instance of <see cref="WebAssemblyRenderer"/>.
24
24
/// </summary>
25
25
/// <param name="serviceProvider">The <see cref="IServiceProvider"/> to use when initializing components.</param>
26
- public WebAssemblyRenderer ( IServiceProvider serviceProvider ) : base ( serviceProvider )
26
+ public WebAssemblyRenderer ( IServiceProvider serviceProvider ) : base ( serviceProvider )
27
27
{
28
28
// The browser renderer registers and unregisters itself with the static
29
29
// registry. This works well with the WebAssembly runtime, and is simple for the
@@ -109,7 +109,7 @@ protected override void HandleException(Exception exception)
109
109
foreach ( var innerException in aggregateException . Flatten ( ) . InnerExceptions )
110
110
{
111
111
Console . Error . WriteLine ( innerException ) ;
112
- }
112
+ }
113
113
}
114
114
else
115
115
{
You can’t perform that action at this time.
0 commit comments