gofmt: fix formatting issues in test files (#15577)

This commit is contained in:
terence
2025-08-11 08:56:53 -07:00
committed by GitHub
parent 09565e0c3a
commit f7f992c256
8 changed files with 32 additions and 29 deletions

View File

@@ -18,4 +18,4 @@ func init() {
func TestAnalyzer(t *testing.T) {
testdata := analysistest.TestData()
analysistest.RunWithSuggestedFixes(t, testdata, logcapitalization.Analyzer, "a")
}
}