Skip to content

Commit

Permalink
fix compile errors introduced during code review
Browse files Browse the repository at this point in the history
  • Loading branch information
halgari committed Dec 17, 2024
1 parent 71c769a commit f2b3e6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Abstractions/NexusMods.Abstractions.Hashes/Crc32.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
using System.Buffers;
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.Text.Json;
using System.Text.Json.Serialization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
using System.Buffers;
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.Text.Json;
using System.Text.Json.Serialization;
Expand Down

0 comments on commit f2b3e6b

Please sign in to comment.