From 3b498e79dfcf1b034250b953ca404f8996e35fa1 Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> Date: Wed, 17 Jan 2018 14:18:08 +0100 Subject: [PATCH] Re-order imports. --- AutoTx/AutoTx.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AutoTx/AutoTx.cs b/AutoTx/AutoTx.cs index c862d1a..b686bf2 100644 --- a/AutoTx/AutoTx.cs +++ b/AutoTx/AutoTx.cs @@ -11,9 +11,9 @@ using System.Globalization; using System.Management; using NLog; using NLog.Config; -using ATXCommon.Serializables; -using ATXCommon; using NLog.Targets; +using ATXCommon; +using ATXCommon.Serializables; using RoboSharp; namespace AutoTx -- GitLab