Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jul 17, 2024
1 parent 7b24242 commit bfd733e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ged2site
Original file line number Diff line number Diff line change
Expand Up @@ -12530,7 +12530,7 @@ sub get_all_residences
if((ref($location) eq 'Geo::Location::Point') && (my $nextlocation = shift @nextlocations)) {
if(ref($nextlocation) eq 'Geo::Location::Point') {
if($location->distance($nextlocation)->mile() >= 30.0) {
complain({ person => $person, warning => "Moved from $place to $nextplace and back again - check for incorrect entry" });
complain({ person => $person, warning => "Moved from$place to$nextplace and back again - check for incorrect entry" });
}
}
}
Expand Down

0 comments on commit bfd733e

Please sign in to comment.