Skip to content

Commit

Permalink
Gofumpted
Browse files Browse the repository at this point in the history
  • Loading branch information
chicknsoup committed Nov 10, 2023
1 parent c234990 commit b4e125f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job.go
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ func (j *Job) ScheduledTime() time.Time {

// ScheduledUnit returns the scheduled unit of the Job.
func (j *Job) ScheduledUnit() string {
return j.unit.String()
return j.unit.String()
}

// Interval returns the scheduled interval of the Job.
Expand Down

0 comments on commit b4e125f

Please sign in to comment.