Remove trailing whitespace
This commit is contained in:
parent
a426a5979d
commit
cb4b0c6a9a
2 changed files with 11 additions and 11 deletions
lib/Stow
|
@ -186,7 +186,7 @@ sub parent {
|
|||
my $path = join '/', @_;
|
||||
my @elts = split m{/+}, $path;
|
||||
pop @elts;
|
||||
return join '/', @elts;
|
||||
return join '/', @elts;
|
||||
}
|
||||
|
||||
#===== METHOD ===============================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue