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 993c1b9 according to the output
from dotnet-format.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Jan 26, 2024
1 parent 993c1b9 commit 01abc74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mvc/LinkGeneratorExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ public static class LinkGeneratorExtensions
string controllerName,
object? routeValues = default,
HttpProtocol scheme = HttpProtocol.Https,
HostString? host = default,
// PathString pathBase = default,
HostString? host = default,
// PathString pathBase = default,
FragmentString? fragment = default //,
// LinkOptions? options = null
) =>
Expand Down

0 comments on commit 01abc74

Please sign in to comment.