Skip to content

Commit 71ceda1

Browse files
ilonatommyCopilot
andauthored
Update src/Components/Components/src/OwningComponentBase.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent af69922 commit 71ceda1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Components/Components/src/OwningComponentBase.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ async ValueTask IAsyncDisposable.DisposeAsync()
7575
if (!IsDisposed)
7676
{
7777
await DisposeAsyncCore().ConfigureAwait(false);
78-
7978
Dispose(disposing: true);
8079
}
8180
GC.SuppressFinalize(this);

0 commit comments

Comments
 (0)