Skip to content

Commit c016a26

Browse files
committed
Reformat Perl and Python scripts
Improved style from latest perltidy and Black releases.
1 parent 0ad4f87 commit c016a26

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

samples/filter_innd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
from string import *
1919
import sys
2020

21-
2221
## The built-in intern() method has been in the sys module since Python 3.0.
2322
if sys.version_info[0] >= 3:
2423

scripts/inncheck.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ sub storage_conf {
10631063
'exactmatch' => 'boolean',
10641064
'filtered' => 'boolean',
10651065
'path' => 'string', # uwildmat_poison
1066-
}
1066+
},
10671067
}
10681068
);
10691069
# allowed method names include: cnfs timecaf timehash tradspool trash

0 commit comments

Comments
 (0)