Fix code formatting issue in TenantIdLoaderTest

This commit is contained in:
ShvaykaD 2022-11-08 10:59:38 +02:00
parent 0706a8c836
commit a02a276cf9

View File

@ -321,9 +321,9 @@ public class TenantIdLoaderTest {
private void checkTenant(TenantId checkTenantId, boolean equals) { private void checkTenant(TenantId checkTenantId, boolean equals) {
for (EntityType entityType : EntityType.values()) { for (EntityType entityType : EntityType.values()) {
EntityId entityId; EntityId entityId;
if(EntityType.TENANT.equals(entityType)){ if (EntityType.TENANT.equals(entityType)) {
entityId = tenantId; entityId = tenantId;
} else if(EntityType.TENANT_PROFILE.equals(entityType)){ } else if (EntityType.TENANT_PROFILE.equals(entityType)) {
entityId = tenantProfileId; entityId = tenantProfileId;
} else { } else {
entityId = getEntityId(entityType); entityId = getEntityId(entityType);