Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit 3298c00

Browse files
authored
Update MainDialog.cs
1 parent 569722d commit 3298c00

File tree

1 file changed

+2
-2
lines changed
  • samples/csharp/assistants/virtual-assistant/VirtualAssistantSample/Dialogs

1 file changed

+2
-2
lines changed

samples/csharp/assistants/virtual-assistant/VirtualAssistantSample/Dialogs/MainDialog.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ protected override async Task<DialogTurnResult> OnBeginDialogAsync(DialogContext
121121
protected override async Task<DialogTurnResult> OnContinueDialogAsync(DialogContext innerDc, CancellationToken cancellationToken = default)
122122
{
123123
var activity = innerDc.Context.Activity;
124-
124+
125125
// Get cognitive models for the current locale.
126126
var localizedServices = _services.GetCognitiveModels();
127127

@@ -517,4 +517,4 @@ private bool ShouldBeginChitChatDialog(WaterfallStepContext stepContext, Dispatc
517517
return false;
518518
}
519519
}
520-
}
520+
}

0 commit comments

Comments
 (0)