Skip to content

Commit

Permalink
TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
durban committed Dec 22, 2024
1 parent 86041df commit 05b93ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/shared/src/main/scala/dev/tauri/choam/refs/Ref.scala
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ object Ref extends RefInstances0 {

final object Array {

final case class AllocationStrategy private (
final case class AllocationStrategy private ( // TODO:0.5: could be a subtype of Ref.AllocationStrategy
sparse: Boolean,
flat: Boolean,
padded: Boolean,
Expand Down

0 comments on commit 05b93ef

Please sign in to comment.