Skip to content

Commit

Permalink
Refactoring (does this do anything?)
Browse files Browse the repository at this point in the history
  • Loading branch information
durban committed Nov 28, 2024
1 parent 31ee8a9 commit e942306
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ private[mcas] abstract class AbstractHamt[K <: Hamt.HasHash, V <: Hamt.HasKey[K]
}
// end of temporary assertion
arr(arrIdx) = convertForArray(a.asInstanceOf[V], tok, flag = flag)
isBlueSt &= isBlue(a.asInstanceOf[V])
arrIdx += 1
isBlueSt &= isBlue(a.asInstanceOf[V])
}
i += 1
}
Expand Down

0 comments on commit e942306

Please sign in to comment.