summaryrefslogtreecommitdiff
path: root/linuxnamespaces/syscalls.py
diff options
context:
space:
mode:
Diffstat (limited to 'linuxnamespaces/syscalls.py')
-rw-r--r--linuxnamespaces/syscalls.py2
1 files changed, 1 insertions, 1 deletions
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: