Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees committed Oct 17, 2023
1 parent 88a057f commit 4b94904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChromiumHtmlToPdfLib/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2617,7 +2617,7 @@ internal void WriteToLog(string message)

#region Dispose
#if (NETSTANDARD2_0)
private void InternalDisposeAsync()
private void InternalDispose()
#else
private async Task InternalDisposeAsync()
#endif
Expand Down

0 comments on commit 4b94904

Please sign in to comment.