Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiori committed Jul 30, 2024
1 parent ed7816f commit 3ab712a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ data class EvaluationAllocation(
val range: List<Int>,

// The distribution of variants if allocated.
val distributions: List<EvaluationDistribution>,
val distributions: List<EvaluationDistribution>
)

0 comments on commit 3ab712a

Please sign in to comment.