Skip to content

Commit f19fe4c

Browse files
committed
Whitespace
1 parent e30abc5 commit f19fe4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/extract

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ sub extract_family_info
354354
if($text =~ /\bpassed away\b.*?\b(?:on\s+)?([A-Z]+ \d{1,2}, \d{4})/i) {
355355
$family{death}->{date} = $1;
356356
}
357-
357+
358358
# Age at death
359359
if($text =~ /,\s(\d{1,3}), of\s/) {
360360
if($1 < 110) {

0 commit comments

Comments
 (0)