Skip to content

Commit

Permalink
chore: Automated dotnet-format update
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 23, 2023
1 parent b3808f8 commit d592fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CSharp/EasyMicroservices.Laboratory/Models/Scope.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ string OrderHeaders(string request)
while (true);
var builder = new System.Text.StringBuilder();
builder.AppendLine(firstLine);
foreach (var header in headers.OrderBy(x=>x.Key))
foreach (var header in headers.OrderBy(x => x.Key))
{
builder.AppendLine($"{header.Key}:{header.Value}");
}
Expand Down

0 comments on commit d592fe7

Please sign in to comment.