Skip to content

Commit 867608e

Browse files
committed
Move import outside the namespace
1 parent bda0e37 commit 867608e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Rubberduck.Core/UI/About/AboutControlViewModel.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using System;
22
using System.Diagnostics;
33
using NLog;
4+
using NLog.Targets;
45
using Rubberduck.Resources.About;
56
using Rubberduck.UI.Command;
67
using Rubberduck.VersionCheck;
@@ -9,8 +10,6 @@
910

1011
namespace Rubberduck.UI.About
1112
{
12-
using NLog.Targets;
13-
1413
public class AboutControlViewModel
1514
{
1615
private readonly IVersionCheck _version;

0 commit comments

Comments
 (0)