We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351fc69 commit aa7ebb2Copy full SHA for aa7ebb2
Rubberduck.Core/UI/RegexAssistant/RegexAssistantViewModel.cs
@@ -176,7 +176,7 @@ private static TreeViewItem AsTreeViewItem(SingleAtomExpression expression)
176
// no other Atom has Subexpressions we care about
177
if (expression.Atom.GetType() == typeof(Group))
178
{
179
- result.Items.Add(AsTreeViewItem((dynamic)((expression.Atom) as Group).Subexpression));
+ result.Items.Add(AsTreeViewItem((dynamic)(expression.Atom as Group).Subexpression));
180
}
181
182
return result;
0 commit comments