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 Nov 26, 2023
1 parent 8339d89 commit a29edfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

namespace EasyMicroservices.Cores.AspCore.Tests
{
public class AuthorizationRolePermissionsTests : BasicTests,IClassFixture<AuthorizationRolePermissionsFixture>
public class AuthorizationRolePermissionsTests : BasicTests, IClassFixture<AuthorizationRolePermissionsFixture>
{
public override int AppPort => 4566;
public AuthorizationRolePermissionsTests() : base()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ public virtual Task InitializeWhiteLabel(string microserviceName, string whiteLa
{
var whiteLabelManager = serviceProvider.GetService<WhiteLabelManager>();
if (!whiteLabelManager.IsInitialized)
return await whiteLabelManager.Initialize(microserviceName, whiteLableRoute, dbContextTypes);
return await whiteLabelManager.Initialize(microserviceName, whiteLableRoute, dbContextTypes);
return whiteLabelManager.CurrentWhiteLabel;
};
return Task.CompletedTask;
Expand Down

0 comments on commit a29edfb

Please sign in to comment.