Skip to content

Commit ec8afaf

Browse files
committed
Remove duplicate using ;)
1 parent 7684e0d commit ec8afaf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/WebApiToTypeScript/Enums/EnumsService.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
using System.Linq;
2-
using Mono.Cecil;
3-
using System.Collections.Generic;
1+
using System.Collections.Generic;
42
using System.Linq;
3+
using Mono.Cecil;
54
using WebApiToTypeScript.Block;
65

76
namespace WebApiToTypeScript.Enums

0 commit comments

Comments
 (0)