From 110afce2a6eb89b3032849d2196d30ac3ed5da8a Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Thu, 14 May 2026 15:48:47 +0700 Subject: [PATCH] style: gofmt history_test.go --- history_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/history_test.go b/history_test.go index 2b6630e..ea09fdf 100644 --- a/history_test.go +++ b/history_test.go @@ -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",