chore: format files using gofmt

This commit is contained in:
Varun Narravula
2025-12-31 15:07:06 -08:00
committed by Owen Schwartz
parent 8152d4133f
commit 5cfa0dfb97
5 changed files with 42 additions and 42 deletions

View File

@@ -322,4 +322,4 @@ func matchWildcardInternal(pattern, domain string, pi, di int) bool {
}
return matchWildcardInternal(pattern, domain, pi+1, di+1)
}
}