Skip to content

Commit b503fed

Browse files
committed
Run dotnet format on the repository
1 parent b7b6d44 commit b503fed

File tree

1 file changed

+0
-20
lines changed
  • IdentityServer/v6/UserInteraction/ProfileService/Shared

1 file changed

+0
-20
lines changed

IdentityServer/v6/UserInteraction/ProfileService/Shared/Constants.cs

-20
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
2-
<<<<<<< TODO: Unmerged change from project 'SimpleApi', Before:
3-
namespace Client
4-
{
5-
public class Urls
6-
{
7-
public const string IdentityServer = "https://localhost:5001";
8-
public const string SampleApi = "https://localhost:5002/";
9-
}
10-
=======
11-
// Copyright (c) Duende Software. All rights reserved.
12-
// Licensed under the MIT License. See LICENSE in the project root for license information.
13-
14-
namespace Client;
15-
16-
public class Urls
17-
{
18-
public const string IdentityServer = "https://localhost:5001";
19-
public const string SampleApi = "https://localhost:5002/";
20-
>>>>>>> After
211
// Copyright (c) Duende Software. All rights reserved.
222
// Licensed under the MIT License. See LICENSE in the project root for license information.
233

0 commit comments

Comments
 (0)