Skip to content

Commit 42190cc

Browse files
committed
Fix indentation
1 parent 9a8d09f commit 42190cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make_index

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class ParseIndex:
7575

7676
lines = path.read_text().splitlines() if path.exists() else []
7777
for line in lines:
78-
if m := re.match(regex, line):
78+
if m := re.match(regex, line):
7979
yield m['name'], m.groupdict()
8080

8181

0 commit comments

Comments
 (0)