Skip to content

Commit 69215c1

Browse files
author
Sophia Tevosyan
committed
fixed spacing
1 parent 3d9daf7 commit 69215c1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/DurableTask.AzureStorage/Tracking/InstanceStoreBackedTrackingStore.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,11 @@ public override async Task UpdateInstanceStatusAndDeleteOrphanedBlobsAsync(
197197
// No blobs to delete for this tracking store implementation
198198
await instanceStore.WriteEntitiesAsync(new InstanceEntityBase[]
199199
{
200-
new OrchestrationStateInstanceEntity()
201-
{
202-
State = Core.Common.Utils.BuildOrchestrationState(runtimeState),
203-
SequenceNumber = runtimeState.Events.Count
204-
}
200+
new OrchestrationStateInstanceEntity()
201+
{
202+
State = Core.Common.Utils.BuildOrchestrationState(runtimeState),
203+
SequenceNumber = runtimeState.Events.Count
204+
}
205205
});
206206
}
207207
}

0 commit comments

Comments
 (0)