[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][lintian/lintian][master] Run perltidy on lib/Lintian/Check/AppstreamMetadata.pm



Title: GitLab

Axel Beckert pushed to branch master at lintian / lintian

Commits:

  • f1c99de5
    by Axel Beckert at 2024-02-04T21:13:09+01:00
    Run perltidy on lib/Lintian/Check/AppstreamMetadata.pm
    
    Gbp-Dch: Ignore
    

1 changed file:

Changes:

  • lib/Lintian/Check/AppstreamMetadata.pm
    ... ... @@ -97,8 +97,8 @@ sub installable {
    97 97
         foreach my $lib_dir (qw(usr/lib lib)) {
    
    98 98
             if (
    
    99 99
                 defined(
    
    100
    -                my $dir =
    
    101
    -                $processable->installed->resolve_path("$lib_dir/udev/rules.d/")
    
    100
    +                my $dir = $processable->installed->resolve_path(
    
    101
    +                    "$lib_dir/udev/rules.d/")
    
    102 102
                 )
    
    103 103
             ) {
    
    104 104
                 for my $item ($dir->descendants) {
    


  • Reply to: