Skip to content

Commit 97a44d5

Browse files
committed
test: correct indentation for linter (NFCI)
This adjusts the style in the file to appease the linter.
1 parent e1afdca commit 97a44d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/attr/Inputs/access-note-gen.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ def main():
2525
sys.exit(1)
2626

2727
with io.open(sys.argv[1], mode='r', encoding='utf8') as input_file, \
28-
io.open(sys.argv[2], mode='w', encoding='utf8') as output_file, \
29-
io.open(sys.argv[3], mode='w', encoding='utf8') as access_notes_file:
28+
io.open(sys.argv[2], mode='w', encoding='utf8') as output_file, \
29+
io.open(sys.argv[3], mode='w', encoding='utf8') as access_notes_file:
3030

3131
# Add header to access notes file
3232
access_notes_file.write(u"""\

0 commit comments

Comments
 (0)