diff --git a/hack/jenkins/test-flake-chart/report_flakes/report_flake.go b/hack/jenkins/test-flake-chart/report_flakes/report_flake.go index be25f45f7475..94bdfd452d47 100644 --- a/hack/jenkins/test-flake-chart/report_flakes/report_flake.go +++ b/hack/jenkins/test-flake-chart/report_flakes/report_flake.go @@ -168,8 +168,8 @@ func generateCommentMessage(summaries map[string]*shortSummary, flakeRates map[s }) envFailedTestList[env] = failedTestList } - // we convert the result into a 2d string slice representing a markdown table, - // whose each line represents a line of the table + // we convert the result into a 2d string slice representing a markdown + // table, whose each line represents a line of the table table := [][]string{ // title of the table {"Environment", "Test Name", "Flake Rate"},