Skip to content

Commit a657f15

Browse files
committed
table: Fix pre-commit warning
Signed-off-by: Stephen Brennan <[email protected]>
1 parent 4b65b14 commit a657f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drgn_tools/table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ def print_dictionary(
7676
)
7777

7878
if outfile:
79-
out.close()
79+
out.close()

0 commit comments

Comments
 (0)