Skip to content

Commit bfb0f57

Browse files
committed
Fixup formatting
1 parent 128b9d0 commit bfb0f57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Components/Blazor/Blazor/src/Rendering/WebAssemblyRenderer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class WebAssemblyRenderer : Renderer
2323
/// Constructs an instance of <see cref="WebAssemblyRenderer"/>.
2424
/// </summary>
2525
/// <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)
2727
{
2828
// The browser renderer registers and unregisters itself with the static
2929
// registry. This works well with the WebAssembly runtime, and is simple for the
@@ -109,7 +109,7 @@ protected override void HandleException(Exception exception)
109109
foreach (var innerException in aggregateException.Flatten().InnerExceptions)
110110
{
111111
Console.Error.WriteLine(innerException);
112-
}
112+
}
113113
}
114114
else
115115
{

0 commit comments

Comments
 (0)