Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
LPeter1997 committed Sep 23, 2024
1 parent b84c8e6 commit 69fedb8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions src/Draco.Coverage/InstrumentedAssembly.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
using System.Collections.Immutable;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

namespace Draco.Coverage;

Expand Down
2 changes: 1 addition & 1 deletion src/Draco.Coverage/Platform/PlatformUtils.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.Runtime.InteropServices;
using System;
using System.Runtime.InteropServices;

namespace Draco.Coverage.Platform;

Expand Down
1 change: 0 additions & 1 deletion src/Draco.Fuzzing/IInputMutator.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;

namespace Draco.Fuzzing;

Expand Down

0 comments on commit 69fedb8

Please sign in to comment.