Skip to content

Commit

Permalink
style: format code with dotnet-format
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 684b201 according to the output
from dotnet-format.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Feb 4, 2024
1 parent 684b201 commit ff3395e
Show file tree
Hide file tree
Showing 2 changed files with 214 additions and 213 deletions.
4 changes: 2 additions & 2 deletions src/Blazor/ExampleJsInterop.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ public class ExampleJsInterop : IAsyncDisposable

public ExampleJsInterop(IJSRuntime jsRuntime)
{
moduleTask = new (() => jsRuntime.InvokeAsync<IJSObjectReference>(
"import", "./_content/Dgmjr.AspNetCore.Razor.Components/exampleJsInterop.js").AsTask());
moduleTask = new(() => jsRuntime.InvokeAsync<IJSObjectReference>(
"import", "./_content/Dgmjr.AspNetCore.Razor.Components/exampleJsInterop.js").AsTask());
}

public async ValueTask<string> Prompt(string message)
Expand Down
Loading

0 comments on commit ff3395e

Please sign in to comment.