From 3ae14f14e408f0a1a94843f57407c7beb69ad814 Mon Sep 17 00:00:00 2001 From: Sidney Andrews Date: Mon, 30 Sep 2024 09:19:46 -0400 Subject: [PATCH] Remove extra whitespace --- src/web/Pages/Index.razor | 4 ++-- src/web/Services/CosmosDbService.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/web/Pages/Index.razor b/src/web/Pages/Index.razor index 743577f..08ec0a1 100644 --- a/src/web/Pages/Index.razor +++ b/src/web/Pages/Index.razor @@ -15,14 +15,14 @@ Walk through the code for this sample application - + Learn more about Azure Cosmos DB for NoSQL - + diff --git a/src/web/Services/CosmosDbService.cs b/src/web/Services/CosmosDbService.cs index 9fd1bce..e0a5771 100644 --- a/src/web/Services/CosmosDbService.cs +++ b/src/web/Services/CosmosDbService.cs @@ -48,7 +48,7 @@ public async Task RunDemoAsync(Func writeOutputAync) item: item, partitionKey: new PartitionKey("gear-surf-surfboards") ); - // + // await writeOutputAync($"Upserted item:\t{response.Resource}"); await writeOutputAync($"Status code:\t{response.StatusCode}"); await writeOutputAync($"Request charge:\t{response.RequestCharge:0.00}");