From cfe5cba716619e64298025ab42b8b7c84f8acd2c Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sat, 13 Mar 2021 23:40:18 +0100 Subject: [PATCH] Just some formatting. --- .../Apps/DomainObject/AppDomainObject.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/src/Squidex.Domain.Apps.Entities/Apps/DomainObject/AppDomainObject.cs b/backend/src/Squidex.Domain.Apps.Entities/Apps/DomainObject/AppDomainObject.cs index 23bebc4d2..2209ff378 100644 --- a/backend/src/Squidex.Domain.Apps.Entities/Apps/DomainObject/AppDomainObject.cs +++ b/backend/src/Squidex.Domain.Apps.Entities/Apps/DomainObject/AppDomainObject.cs @@ -291,7 +291,9 @@ namespace Squidex.Domain.Apps.Entities.Apps.DomainObject } else { - var result = await appPlansBillingManager.ChangePlanAsync(c.Actor.Identifier, Snapshot.NamedId(), c.PlanId, c.Referer); + var result = + await appPlansBillingManager.ChangePlanAsync(c.Actor.Identifier, + Snapshot.NamedId(), c.PlanId, c.Referer); switch (result) {