From 49b7a252641639b25c6578b3682c8e441ba8a451 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Thu, 15 Sep 2022 14:13:58 -0600 Subject: Fix #4169 (correct e6c58fd) --- caddyconfig/caddyfile/formatter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'caddyconfig/caddyfile') diff --git a/caddyconfig/caddyfile/formatter.go b/caddyconfig/caddyfile/formatter.go index 3981cd6..82581a3 100644 --- a/caddyconfig/caddyfile/formatter.go +++ b/caddyconfig/caddyfile/formatter.go @@ -153,7 +153,7 @@ func Format(input []byte) []byte { openBraceWritten = true nextLine() newLines = 0 - // prevent infinite nesting from ridiculous inputs (issue #4175) + // prevent infinite nesting from ridiculous inputs (issue #4169) if nesting < 10 { nesting++ } -- cgit v1.2.3