Skip to content

Commit

Permalink
remove extraneous whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemagowan committed Sep 22, 2023
1 parent 0ab656e commit d10b608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/File.pm
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ sub list_tree {

# The File::Find documentation lies, this is needed for CIFS
local $File::Find::dont_use_nlink = 1 if $options->{dont_use_nlink};

my $path = $^O eq 'MSWin32' ? $$self =~ s!\\!/!gr : $$self;
my %all;
my $wanted = sub {
Expand Down

0 comments on commit d10b608

Please sign in to comment.