Skip to content

Commit

Permalink
Don't tidy whitespace with perlimports.
Browse files Browse the repository at this point in the history
  • Loading branch information
mavit committed Oct 15, 2024
1 parent 322dfe1 commit 61db011
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .perlimports.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ never_export_modules_filename = ""
padding = false
preserve_duplicates = false
preserve_unused = false
tidy_whitespace = true
tidy_whitespace = false
6 changes: 4 additions & 2 deletions Slim/Web/ImageProxy.pm
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ original artwork is of considerable size, where the bandwidth to download the im
=cut

use strict;
use HTTP::Status qw(RC_MOVED_PERMANENTLY);
use HTTP::Status qw(
RC_MOVED_PERMANENTLY
);
use Tie::RegexpHash;
use URI::Escape qw(uri_escape_utf8);

Expand Down Expand Up @@ -546,4 +548,4 @@ sub cleanup {
Slim::Utils::Timers::setTimer( undef, $now + ($interval || PURGE_INTERVAL), \&cleanup );
}

1;
1;

0 comments on commit 61db011

Please sign in to comment.