Skip to content

Commit 2861a0c

Browse files
committed
Replace missing bracket
1 parent 6ff9bd6 commit 2861a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Refactorings/ExtractMethod/ExtractMethodSelectionValidation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public bool IsSelectionValid(QualifiedSelection qualifiedSelection)
8989
procEndOfSignature = setStmt.endOfStatement();
9090
break;
9191
default:
92-
_invalidContexts.Add(Tuple.Create(procStartContext, RefactoringsUI.ExtractMethod_InvalidMessageSelectionNotInRecognisedProcedure);
92+
_invalidContexts.Add(Tuple.Create(procStartContext, RefactoringsUI.ExtractMethod_InvalidMessageSelectionNotInRecognisedProcedure));
9393
return false;
9494
}
9595

0 commit comments

Comments
 (0)