Skip to content

Commit 7b0c6e0

Browse files
committed
*: fix shfmt
Recent changes in upstream shfmt have started causing our scripts to no longer be "correctly formatted". Fix up with `shfmt -w`. Signed-off-by: Aleksa Sarai <[email protected]>
1 parent 7139b61 commit 7b0c6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/check-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ flags=(
202202
NF_NAT_IPV4 IP_NF_FILTER IP_NF_TARGET_MASQUERADE
203203
NETFILTER_XT_MATCH_{ADDRTYPE,CONNTRACK}
204204
NF_NAT NF_NAT_NEEDED
205-
205+
206206
# required for bind-mounting /dev/mqueue into containers
207207
POSIX_MQUEUE
208208
)

0 commit comments

Comments
 (0)