Skip to content

Commit d07b6b2

Browse files
committed
Update comment
1 parent 96f78d2 commit d07b6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/flakeguard/reports/data.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ func GenerateSummaryData(tests []TestResult, maxPassRatio float64) SummaryData {
158158

159159
// Helper function to convert a float ratio into a trimmed string
160160
formatRatio := func(val float64) string {
161-
// Format with 5 decimal places
161+
// Format with 4 decimal places
162162
s := fmt.Sprintf("%.4f", val)
163163
// Trim trailing zeros
164164
s = strings.TrimRight(s, "0")

0 commit comments

Comments
 (0)