Skip to content

Commit 70c6303

Browse files
committedMay 22, 2014
Sort using.
1 parent 56039ce commit 70c6303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Proguard.Build.Tasks/Tasks/Proguard.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
using System;
2-
using System.Linq;
2+
using System.Collections.Generic;
33
using System.IO;
4+
using System.Linq;
45
using Microsoft.Build.Framework;
56
using Microsoft.Build.Utilities;
67
using Mono.Cecil;
7-
using System.Collections.Generic;
88

99
namespace BitterFudge.Proguard.Build.Tasks
1010
{

0 commit comments

Comments
 (0)
Please sign in to comment.