Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jun 14, 2024
1 parent da3aed7 commit 0105f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gedcom
Original file line number Diff line number Diff line change
Expand Up @@ -7911,7 +7911,7 @@ sub Gedcom::Individual::as_string
# https://github.com/nigelhorne/ged2site/issues/120
$rc .= $given; # safe as it won't end a sentence
} elsif($args{'print_unknown'}) {
$rc .= ' UNKNOWN';
$rc .= 'UNKNOWN';
}

if($args{'middle_names'}) {
Expand Down

0 comments on commit 0105f26

Please sign in to comment.