Skip to content

Commit

Permalink
CSharpier reformat missed
Browse files Browse the repository at this point in the history
  • Loading branch information
TwanVanDongen committed Mar 24, 2024
1 parent 02301ec commit f2b0368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SharpCompress/Readers/Tar/TarReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
using SharpCompress.Compressors.BZip2;
using SharpCompress.Compressors.Deflate;
using SharpCompress.Compressors.LZMA;
using SharpCompress.Compressors.Xz;
using SharpCompress.Compressors.Lzw;
using SharpCompress.Compressors.Xz;
using SharpCompress.IO;

namespace SharpCompress.Readers.Tar;
Expand Down

0 comments on commit f2b0368

Please sign in to comment.