Skip to content

Commit 2803935

Browse files
committed
Move ObjectWhereProcedureIsRequiredInspection into the correct folder
1 parent 8b4fe5a commit 2803935

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Rubberduck.CodeAnalysis/Inspections/ObjectWhereProcedureIsRequiredInspection.cs renamed to Rubberduck.CodeAnalysis/Inspections/Concrete/ObjectWhereProcedureIsRequiredInspection.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
using System.Collections.Generic;
22
using System.Linq;
33
using Rubberduck.Inspections.Abstract;
4-
using Rubberduck.Resources.Inspections;
5-
using Rubberduck.Parsing.Symbols;
6-
using Rubberduck.Parsing.VBA;
74
using Rubberduck.Inspections.Inspections.Extensions;
85
using Rubberduck.Inspections.Results;
96
using Rubberduck.Parsing.Inspections;
107
using Rubberduck.Parsing.Inspections.Abstract;
8+
using Rubberduck.Parsing.Symbols;
9+
using Rubberduck.Parsing.VBA;
1110
using Rubberduck.Parsing.VBA.DeclarationCaching;
11+
using Rubberduck.Resources.Inspections;
1212
using Rubberduck.VBEditor;
1313

1414
namespace Rubberduck.Inspections.Concrete

0 commit comments

Comments
 (0)