Browse Source

Formatting.

pull/613/head
Sebastian 5 years ago
parent
commit
e70e5d9d6d
  1. 1
      backend/src/Squidex.Domain.Apps.Entities/Apps/Indexes/AppsIndex.cs
  2. 1
      backend/src/Squidex.Domain.Apps.Entities/Schemas/Indexes/SchemasIndex.cs

1
backend/src/Squidex.Domain.Apps.Entities/Apps/Indexes/AppsIndex.cs

@ -37,6 +37,7 @@ namespace Squidex.Domain.Apps.Entities.Apps.Indexes
Guard.NotNull(replicatedCache, nameof(replicatedCache));
this.grainFactory = grainFactory;
this.replicatedCache = replicatedCache;
}

1
backend/src/Squidex.Domain.Apps.Entities/Schemas/Indexes/SchemasIndex.cs

@ -34,6 +34,7 @@ namespace Squidex.Domain.Apps.Entities.Schemas.Indexes
Guard.NotNull(replicatedCache, nameof(replicatedCache));
this.grainFactory = grainFactory;
this.replicatedCache = replicatedCache;
}

Loading…
Cancel
Save