Skip to content

Commit

Permalink
style: Making gofmt happy again!
Browse files Browse the repository at this point in the history
Signed-off-by: Mahendra Paipuri <[email protected]>
  • Loading branch information
mahendrapaipuri committed Jan 9, 2024
1 parent 64bfd34 commit 28f38ef
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pkg/jobstats/db/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,13 @@ setup:

// Now make an instance of time.Date with proper format and zone
lastJobsUpdateTime = time.Date(
lastJobsUpdateTime.Year(),
lastJobsUpdateTime.Month(),
lastJobsUpdateTime.Day(),
lastJobsUpdateTime.Hour(),
lastJobsUpdateTime.Minute(),
lastJobsUpdateTime.Second(),
lastJobsUpdateTime.Nanosecond(),
lastJobsUpdateTime.Year(),
lastJobsUpdateTime.Month(),
lastJobsUpdateTime.Day(),
lastJobsUpdateTime.Hour(),
lastJobsUpdateTime.Minute(),
lastJobsUpdateTime.Second(),
lastJobsUpdateTime.Nanosecond(),
time.Now().Location(),
)

Expand Down

0 comments on commit 28f38ef

Please sign in to comment.