Skip to content

Commit a692ae8

Browse files
committed
whitespace
1 parent f17be42 commit a692ae8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redbot/util/linux.py

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def prep_seccomp() -> None:
8080
# do a DNS lookup to prime socket.getaddrinfo
8181
_ = socket.getaddrinfo("example.com", 80)
8282

83+
8384
def add_rules(
8485
filt: "seccomp.SyscallFilter",
8586
rule: Union[int, "seccomp.ERRNO"],

0 commit comments

Comments
 (0)