Skip to content

Commit

Permalink
remove meaningless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock committed Aug 27, 2024
1 parent 285b60f commit f42ce8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ func (lts *LongTermScheduler) newState(grade Rating) SchedulingInfo {
lts.current.ScheduledDays = 0
lts.current.ElapsedDays = 0

nextAgain := lts.current // 假设有深拷贝方法
nextAgain := lts.current
nextHard := lts.current
nextGood := lts.current
nextEasy := lts.current
Expand Down

0 comments on commit f42ce8d

Please sign in to comment.