dont need whitespace here

This commit is contained in:
Robin Olsen
2026-03-03 13:39:20 +01:00
parent eafba71887
commit 4a6b40509c
2 changed files with 0 additions and 2 deletions

View File

@@ -5,7 +5,6 @@ import (
)
func buildTaskStatsSummary(runs []models.TaskRunMetrics) models.TaskStatsSummary {
var summary models.TaskStatsSummary
if len(runs) == 0 {