Skip to content

Commit 3ea96be

Browse files
vb2aeCopilot
andcommitted
Update src/Caliburn.Micro.Avalonia.Tests/ScreenExtenstionsTests.cs
Co-authored-by: Copilot <[email protected]>
1 parent fb5d364 commit 3ea96be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Caliburn.Micro.Avalonia.Tests/ScreenExtenstionsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ protected override async Task OnActivateAsync(CancellationToken cancellationToke
115115

116116
protected override async Task OnActivatedAsync(CancellationToken cancellationToken)
117117
{
118-
//here
118+
119119
if (deactivationDelay.HasValue)
120120
{
121121
await Task.Delay(deactivationDelay.Value, cancellationToken).ConfigureAwait(false);

0 commit comments

Comments
 (0)