Skip to content

Commit e96cdb4

Browse files
committed
Sort and remove using directives in tests as well, I missed these
1 parent 5ca597a commit e96cdb4

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

RedditSharpTests/Things/PostTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using RedditSharp.Things;
2-
using System;
32
using System.Collections.Generic;
43
using System.Linq;
54
using System.Threading.Tasks;

RedditSharpTests/Things/SubredditTests.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
1+
using System.Linq;
42
using System.Threading.Tasks;
53
using Xunit;
64

RedditSharpTests/Wiki/WikiTests.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
1+
using System.Linq;
42
using System.Threading.Tasks;
53
using Xunit;
64
namespace RedditSharpTests.Wiki

0 commit comments

Comments
 (0)