stow_node(): fix odd whitespace

This commit is contained in:
Adam Spiers 2024-04-01 00:35:35 +01:00
parent f60c203c45
commit e0212d4f49

View file

@ -557,7 +557,8 @@ sub stow_node {
$self->do_link($source, $target); $self->do_link($source, $target);
} }
elsif ($self->is_a_dir(join_paths(parent($target), $existing_source)) && elsif ($self->is_a_dir(join_paths(parent($target), $existing_source)) &&
$self->is_a_dir(join_paths(parent($target), $source)) ) { $self->is_a_dir(join_paths(parent($target), $source)))
{
# If the existing link points to a directory, # If the existing link points to a directory,
# and the proposed new link points to a directory, # and the proposed new link points to a directory,