ah yes, forgot to use go fmt

This commit is contained in:
gorhill 2013-08-30 11:09:36 -04:00
parent 59e1694746
commit bca585d924
2 changed files with 629 additions and 629 deletions

View File

@ -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()