Skip to content

Commit 4d70224

Browse files
authored
Run black
1 parent 43dcea3 commit 4d70224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wgkex/worker/netlink.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def bridge_fdb_handler(client: WireGuardClient) -> Dict:
119119
ifindex=ip.link_lookup(ifname=client.vx_interface)[0],
120120
lladdr="00:00:00:00:00:00",
121121
dst=re.sub(r"/\d+$", "", client.lladdr),
122-
NDA_IFINDEX=ip.link_lookup(ifname=client.wg_interface)[0]
122+
NDA_IFINDEX=ip.link_lookup(ifname=client.wg_interface)[0],
123123
)
124124

125125

0 commit comments

Comments
 (0)