From 8829902e0ba21b0cb2fbfbc8049e302954240557 Mon Sep 17 00:00:00 2001 From: CroneKorkN Date: Fri, 11 Jul 2025 23:55:33 +0200 Subject: [PATCH] fix indent --- bundles/nftables/files/nftables.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/nftables/files/nftables.conf b/bundles/nftables/files/nftables.conf index 2ef86f5..ca9f510 100644 --- a/bundles/nftables/files/nftables.conf +++ b/bundles/nftables/files/nftables.conf @@ -15,7 +15,7 @@ table ip nat { % for rule in sorted(nat): ${rule} % endfor - } + } } % endif