Skip to content

Commit

Permalink
Commit to rerun CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkoshevoi committed Aug 14, 2021
1 parent f81d799 commit d7230db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ private void SetDisposable(IDisposable disposable)
public void Dispose()
{
// If the previous value is disposable then dispose it, otherwise,
// now we've set the disposed sentinel
// now we've set the disposed sentinel
Interlocked.Exchange(ref _disposable, _disposedSentinel)?.Dispose();
}

Expand Down

0 comments on commit d7230db

Please sign in to comment.