Skip to content

Commit 4bacfe3

Browse files
authored
Fix formatting (#216)
Signed-off-by: Antonio Paolillo <[email protected]>
1 parent 1a041c2 commit 4bacfe3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

benchkit/utils/system.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ def _get_windows_boot_args() -> str:
2222
def _get_netbsd_boot_args() -> str:
2323
return "<boot args fetching is unsupported on NetBSD>"
2424

25+
2526
def _get_darwin_boot_args() -> str:
2627
return "<boot args fetching is unsupported on Darwin>"
2728

29+
2830
def get_boot_args() -> str:
2931
"""
3032
Return the boot arguments used on the currently running kernel.

0 commit comments

Comments
 (0)