Skip to content

Commit 6072bcb

Browse files
committed
Remove extra space.
1 parent 4e8951f commit 6072bcb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ServiceManagement/ManagedCache/Commands.ManagedCache/lib/ManagedCacheClient.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2954,7 +2954,6 @@ public async Task<CloudServiceOperationStatusResponse> CreateCacheServiceAsync(s
29542954
TracingAdapter.Enter(invocationId, this, "CreateCacheServiceAsync", tracingParameters);
29552955
}
29562956

2957-
29582957
cancellationToken.ThrowIfCancellationRequested();
29592958
AzureOperationResponse response = await client.CacheServices.BeginCreatingCacheServiceAsync(cloudServiceName, cacheServiceName, parameters, cancellationToken).ConfigureAwait(false);
29602959
cancellationToken.ThrowIfCancellationRequested();

0 commit comments

Comments
 (0)