Browse Source

Formatting

pull/419/head
Sebastian Stehle 6 years ago
parent
commit
704b3eb31e
  1. 5
      tools/Migrate_01/Migrations/PopulateGrainIndexes.cs

5
tools/Migrate_01/Migrations/PopulateGrainIndexes.cs

@ -30,10 +30,7 @@ namespace Migrate_01.Migrations
private readonly IEventDataFormatter eventDataFormatter;
private readonly IEventStore eventStore;
public PopulateGrainIndexes(
IAppsIndex indexApps,
IRulesIndex indexRules,
ISchemasIndex indexSchemas,
public PopulateGrainIndexes(IAppsIndex indexApps, IRulesIndex indexRules, ISchemasIndex indexSchemas,
IEventDataFormatter eventDataFormatter,
IEventStore eventStore)
{

Loading…
Cancel
Save