Copy changes
All checks were successful
the build was successful

This commit is contained in:
Peter Stuifzand 2019-03-03 08:33:55 +01:00
parent ca643a2f2b
commit a318361b8a

View File

@ -33,6 +33,7 @@ func groupRecentChanges(changes []Change) int {
changes[f] = combine(changes[f], changes[i])
} else {
f--
changes[f] = changes[i]
}
if i <= 0 {