style: gofmt history_test.go

This commit is contained in:
2026-05-14 15:48:47 +07:00
parent 4ccee1420a
commit 110afce2a6
+3 -3
View File
@@ -33,10 +33,10 @@ func TestComputeDeltas_SevenDayWindow(t *testing.T) {
today := now.Format("2006-01-02")
tests := []struct {
name string
daysAgo int
name string
daysAgo int
expectDelta bool
desc string
desc string
}{
{
name: "snapshot at exactly 7 days ago",