From 4496d35623513f88b22d07791d7108f19fd43d8a Mon Sep 17 00:00:00 2001 From: Erwin Kramer Date: Sat, 20 Jul 2024 16:31:23 +0200 Subject: [PATCH] alphabetical --- bindings/csharp/http/batch/program.cs | 2 +- bindings/csharp/sdk/batch/program.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/csharp/http/batch/program.cs b/bindings/csharp/http/batch/program.cs index 200e1e0d2..1f9a3c245 100644 --- a/bindings/csharp/http/batch/program.cs +++ b/bindings/csharp/http/batch/program.cs @@ -11,12 +11,12 @@ You may obtain a copy of the License at limitations under the License. */ using System; +using System.Globalization; using System.IO; using System.Text; using System.Text.Json; using System.Text.Json.Serialization; using Microsoft.AspNetCore.Mvc; -using System.Globalization; //dapr run --app-id batch-http --app-port 7001 --resources-path ../../../components -- dotnet run diff --git a/bindings/csharp/sdk/batch/program.cs b/bindings/csharp/sdk/batch/program.cs index a8c5d8544..31b0f6082 100644 --- a/bindings/csharp/sdk/batch/program.cs +++ b/bindings/csharp/sdk/batch/program.cs @@ -11,13 +11,13 @@ You may obtain a copy of the License at limitations under the License. */ using System; +using System.Globalization; using System.IO; using System.Text; using System.Text.Json; using System.Text.Json.Serialization; using Microsoft.AspNetCore.Mvc; using Dapr.Client; -using System.Globalization; // dapr run --app-id batch-sdk --app-port 7002 --resources-path ../../../components -- dotnet run