From 8bf4abdea4ac72449a1c8664e4c8285ab71c3e46 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Tue, 2 Apr 2024 12:44:42 +0200 Subject: a few formatting and typo fixes --- linuxnamespaces/syscalls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxnamespaces/syscalls.py') diff --git a/linuxnamespaces/syscalls.py b/linuxnamespaces/syscalls.py index de1b87e..be49632 100644 --- a/linuxnamespaces/syscalls.py +++ b/linuxnamespaces/syscalls.py @@ -214,7 +214,7 @@ class MountFlags(enum.IntFlag): (STRICTATIME, "strictatime"), (LAZYTIME, "lazytime"), ], - reverse=True + reverse=True, ) def tostr(self) -> str: -- cgit v1.2.3