Louis-Philippe Véronneau pushed to branch bts_1110969 at lintian / lintian
Commits:
-
d7ddde5d
by Louis-Philippe Véronneau at 2025-09-02T23:35:52-04:00
1 changed file:
Changes:
... | ... | @@ -62,7 +62,7 @@ sub visit_installed_files { |
62 | 62 | # sometimes, the file is utf8
|
63 | 63 | $output = decode('utf8', $bytes, Encode::FB_CROAK);
|
64 | 64 | }
|
65 | - }else {
|
|
65 | + } else {
|
|
66 | 66 | die 'In file ' . $item->name . $COLON . $SPACE . $@;
|
67 | 67 | }
|
68 | 68 | }
|