Skip to content

Commit 5998092

Browse files
committed
drgn.helpers.linux.printk: fix code style
I don't know why Black didn't catch this, but it catches it in another branch I have. Signed-off-by: Omar Sandoval <[email protected]>
1 parent 1b09bb8 commit 5998092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drgn/helpers/linux/printk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def print_dmesg(
299299
prog: Program,
300300
*,
301301
human_readable_time: bool = False,
302-
file: "Optional[SupportsWrite[str]]" = None
302+
file: "Optional[SupportsWrite[str]]" = None,
303303
) -> None:
304304
"""
305305
Print the contents of the kernel log buffer.

0 commit comments

Comments
 (0)