Skip to content

Commit

Permalink
Add back missing using statement
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcarbon committed Jan 10, 2023
1 parent 1abc804 commit 83145a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Markdig/Helpers/FastStringWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
using System.IO;
using System.Runtime.CompilerServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;

namespace Markdig.Helpers
Expand Down

0 comments on commit 83145a3

Please sign in to comment.