Skip to content

Commit 5473e70

Browse files
committed
cleanup
1 parent 7c7f4e3 commit 5473e70

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/Nager.EmailAuthentication/DkimSignatureDataFragmentParser.cs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using Nager.EmailAuthentication.Models;
33
using Nager.EmailAuthentication.RegexProviders;
44
using System.Diagnostics.CodeAnalysis;
5-
using System.Runtime.Serialization;
65

76
namespace Nager.EmailAuthentication
87
{

src/Nager.EmailAuthentication/Models/DkimSignatureDataFragment.cs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using static System.Runtime.InteropServices.JavaScript.JSType;
2-
3-
namespace Nager.EmailAuthentication.Models
1+
namespace Nager.EmailAuthentication.Models
42
{
53
/// <summary>
64
/// Dkim Signature Data Fragment

0 commit comments

Comments
 (0)