This commit is contained in:
Matthew Holt 2022-09-15 14:13:58 -06:00
parent e6c58fdc08
commit 49b7a25264
No known key found for this signature in database
GPG Key ID: 2A349DD577D586A5

View File

@ -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++
}