Skip to content

Commit 5d71145

Browse files
fix whitespace
1 parent 774b5cc commit 5d71145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DurableTask.Core/TaskOrchestrationDispatcher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,7 @@ TaskMessage ProcessCreateSubOrchestrationInstanceDecision(
12211221
bool includeParameters,
12221222
Activity? parentTraceActivity)
12231223
{
1224-
IDictionary<string,string> mergedTags = OrchestrationTags.MergeTags(createSubOrchestrationAction.Tags, runtimeState.Tags);
1224+
IDictionary<string, string> mergedTags = OrchestrationTags.MergeTags(createSubOrchestrationAction.Tags, runtimeState.Tags);
12251225

12261226
var historyEvent = new SubOrchestrationInstanceCreatedEvent(createSubOrchestrationAction.Id)
12271227
{

0 commit comments

Comments
 (0)