Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk committed Apr 12, 2022
1 parent d93a09e commit 939da92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scheduler/trigger/cron_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func TestCronInDifferentLocations(t *testing.T) {

// Must use a date where EST and CET locations are actually 6 hours apart.
// A few weeks a year they are 5 or 7 due to DST.
now := time.Date(2022, 1, 15, 12, 05, 01, 0, time.UTC)
now := time.Date(2022, 1, 15, 12, 0o5, 0o1, 0, time.UTC)

n0 := c.Next(now.In(l0))
n1 := c.Next(now.In(l1))
Expand Down

0 comments on commit 939da92

Please sign in to comment.