Skip to content

Commit caedfc5

Browse files
committed
Fix black error
1 parent 2ca5fd5 commit caedfc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/linux/check_afinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def _check_afinfo_post_4_18(
156156
"udp_seq_ops",
157157
"arp_seq_ops",
158158
"unix_seq_ops",
159-
"udp6_seq_ops",
159+
"udp6_seq_ops",
160160
"raw6_seq_ops",
161161
"tcp_seq_ops",
162162
"tcp4_seq_ops",

0 commit comments

Comments
 (0)