Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit bb43074

Browse files
committed
Fix formatting
1 parent 19217e0 commit bb43074

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Services/Basket/Basket.API/Program.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@
4141
Implicit = new OpenApiOAuthFlow() {
4242
AuthorizationUrl = new Uri($"{builder.Configuration.GetValue<string>("IdentityUrlExternal")}/connect/authorize"),
4343
TokenUrl = new Uri($"{builder.Configuration.GetValue<string>("IdentityUrlExternal")}/connect/token"),
44-
Scopes = new Dictionary<string, string>()
45-
{
46-
{ "basket", "Basket API" }
47-
}
44+
Scopes = new Dictionary<string, string>() { { "basket", "Basket API" } }
4845
}
4946
}
5047
});

0 commit comments

Comments
 (0)