diff options
Diffstat (limited to 'lib/Unicode/UCD.pm')
-rw-r--r-- | lib/Unicode/UCD.pm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Unicode/UCD.pm b/lib/Unicode/UCD.pm index b1ccaae49d..ee704fb21e 100644 --- a/lib/Unicode/UCD.pm +++ b/lib/Unicode/UCD.pm @@ -1994,9 +1994,8 @@ sub prop_invlist ($) { pop @invlist; } else { - - # Add the beginning of the range - push @invlist, $begin; + # Add the beginning of the range + push @invlist, $begin; } if (defined $hex_end) { # The next item starts with the code point 1 |