Skip to content

Commit

Permalink
alphabetical
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinkramer committed Jul 20, 2024
1 parent 224104c commit 4496d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/csharp/http/batch/program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion bindings/csharp/sdk/batch/program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4496d35

Please sign in to comment.