Skip to content

Commit

Permalink
Remove unnecessary blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvp committed Jan 15, 2015
1 parent abab51c commit e3a3768
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ namespace System.Text.RegularExpressions
internal sealed class RegexTree
{
internal RegexTree(RegexNode root, Dictionary<Int32, Int32> caps, Int32[] capnumlist, int captop, Dictionary<String, Int32> capnames, String[] capslist, RegexOptions opts)

{
_root = root;
_caps = caps;
Expand Down

0 comments on commit e3a3768

Please sign in to comment.