Skip to content

Commit df162fb

Browse files
committed
Whitespace is not significant, but it is important
1 parent 3e69d85 commit df162fb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Razor/src/Microsoft.CodeAnalysis.Remote.Razor/UriPresentation/RemoteUriPresentationService.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ internal sealed class RemoteUriPresentationService(
2929
private readonly ILogger _logger = loggerFactory.GetOrCreateLogger<RemoteUriPresentationService>();
3030

3131
public ValueTask<TextChange?> GetPresentationAsync(RazorPinnedSolutionInfoWrapper solutionInfo, DocumentId razorDocumentId, LinePositionSpan span, Uri[]? uris, CancellationToken cancellationToken)
32-
=> RazorBrokeredServiceImplementation.RunServiceAsync(
33-
solutionInfo,
34-
ServiceBrokerClient,
35-
solution => GetPresentationAsync(solution, razorDocumentId, span, uris, cancellationToken),
36-
cancellationToken);
32+
=> RazorBrokeredServiceImplementation.RunServiceAsync(
33+
solutionInfo,
34+
ServiceBrokerClient,
35+
solution => GetPresentationAsync(solution, razorDocumentId, span, uris, cancellationToken),
36+
cancellationToken);
3737

3838
private async ValueTask<TextChange?> GetPresentationAsync(Solution solution, DocumentId razorDocumentId, LinePositionSpan span, Uri[]? uris, CancellationToken cancellationToken)
3939
{

0 commit comments

Comments
 (0)