Skip to content

Commit

Permalink
Fix issue #1864 by reordering using directives (#1865)
Browse files Browse the repository at this point in the history
  • Loading branch information
zplan authored and SabotageAndi committed Jan 28, 2020
1 parent 3481587 commit 235cd5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.Diagnostics;
using System.CodeDom.Compiler;
using System.CodeDom.Compiler;
using System.Diagnostics;
using global::Microsoft.VisualStudio.TestTools.UnitTesting;
using global::TechTalk.SpecFlow;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.Diagnostics;
using System.CodeDom.Compiler;
using System.CodeDom.Compiler;
using System.Diagnostics;
using global::NUnit.Framework;
using global::TechTalk.SpecFlow;

Expand Down

0 comments on commit 235cd5c

Please sign in to comment.