ah yes, forgot to use go fmt
This commit is contained in:
parent
59e1694746
commit
bca585d924
|
@ -142,8 +142,8 @@ func (cronexpr *CronExpression) NextTime(fromTime time.Time) time.Time {
|
|||
// we first need to ensure supplied time stamp matches
|
||||
// the cron expression. If not, this means the supplied time
|
||||
// stamp falls in between matching time stamps, thus we move
|
||||
// to closest future matching time stamp without changing time
|
||||
// stamp
|
||||
// to closest future matching immediately upon encountering a mismatching
|
||||
// time stamp.
|
||||
|
||||
// year
|
||||
v := fromTime.Year()
|
||||
|
|
Loading…
Reference in New Issue