Skip to content

Commit

Permalink
Minor cleans.
Browse files Browse the repository at this point in the history
  • Loading branch information
KeRNeLith committed Oct 31, 2021
1 parent e9aeec7 commit b6b274c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Reflection;
using JetBrains.Annotations;
using NUnit.Framework;
Expand All @@ -8,7 +8,6 @@ namespace ImmediateReflection.Tests
/// <summary>
/// Tests related to attributes.
/// </summary>
[TestFixture]
internal class ImmediateAttributesTestsBase : ImmediateReflectionTestsBase
{
#region Test classes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
Expand All @@ -11,7 +11,6 @@ namespace ImmediateReflection.Tests
/// <summary>
/// Base class for unit tests.
/// </summary>
[TestFixture]
internal class ImmediateReflectionTestsBase
{
protected class ProtectedNestedClass
Expand Down

0 comments on commit b6b274c

Please sign in to comment.