Skip to content

Commit 7866984

Browse files
committed
more cleanup
1 parent 344c711 commit 7866984

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

RetailCoder.VBE/Inspections/AssignedByValParameterInspection.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ namespace Rubberduck.Inspections
1111
{
1212
public sealed class AssignedByValParameterInspection : InspectionBase
1313
{
14-
//<<<<<<< HEAD
1514
private readonly IAssignedByValParameterQuickFixDialogFactory _dialogFactory;
1615
private RubberduckParserState _parserState;
17-
//=======
18-
//private readonly IAssignedByValParameterQuickFixDialogFactory _dialogFactory;
19-
//>>>>>>> rubberduck-vba/next
2016
public AssignedByValParameterInspection(RubberduckParserState state, IAssignedByValParameterQuickFixDialogFactory dialogFactory)
2117
: base(state)
2218
{

RubberduckTests/Inspections/AssignedByValParameterMakeLocalCopyQuickFixTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ End Sub
238238
KeyValuePair<string, string>[] standardModules = { };
239239
KeyValuePair<string, string>[] classModules = { firstClass };
240240

241-
//Not changes to the code module if any of these invalid names are chosen
241+
//No changes to the code module if any of these invalid names are chosen
242242
string[] invalidNames = { "memberLong", "memberString", "FooFight", "Foo" };
243243
foreach (var invalidName in invalidNames)
244244
{

0 commit comments

Comments
 (0)