Skip to content

Commit 0a7d81c

Browse files
committed
minor cleanup
1 parent c01794a commit 0a7d81c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CorePush/Google/FcmSender.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
using Newtonsoft.Json.Linq;
44
using System.Net.Http;
55
using System.Text;
6-
using System.Threading.Tasks;
76
using System.Threading;
7+
using System.Threading.Tasks;
88

99
namespace CorePush.Google
1010
{

CorePush/Utils/AppleCryptoHelper.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

2-
using System;
3-
using System.Security.Cryptography;
42
using Org.BouncyCastle.Crypto.Parameters;
53
using Org.BouncyCastle.Security;
4+
using System;
5+
using System.Security.Cryptography;
66

77
namespace CorePush.Utils
88
{

0 commit comments

Comments
 (0)