Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Dec 11, 2023
1 parent b5d92a4 commit ce0f80a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ void IDisposable.Dispose()

protected virtual void Dispose(bool disposing)
{
GC.SuppressFinalize(this);
IsDisposed = true;
}
}
Expand Down
2 changes: 1 addition & 1 deletion starsky/starskytest/FakeMocks/FakeIFtpWebRequestFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void Dispose()

protected virtual void Dispose(bool disposing)
{
GC.SuppressFinalize(this);
// do nothing
}


Expand Down

0 comments on commit ce0f80a

Please sign in to comment.