Fix code formatting issue in TenantIdLoaderTest
This commit is contained in:
parent
0706a8c836
commit
a02a276cf9
@ -321,9 +321,9 @@ public class TenantIdLoaderTest {
|
||||
private void checkTenant(TenantId checkTenantId, boolean equals) {
|
||||
for (EntityType entityType : EntityType.values()) {
|
||||
EntityId entityId;
|
||||
if(EntityType.TENANT.equals(entityType)){
|
||||
if (EntityType.TENANT.equals(entityType)) {
|
||||
entityId = tenantId;
|
||||
} else if(EntityType.TENANT_PROFILE.equals(entityType)){
|
||||
} else if (EntityType.TENANT_PROFILE.equals(entityType)) {
|
||||
entityId = tenantProfileId;
|
||||
} else {
|
||||
entityId = getEntityId(entityType);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user