Skip to content

Commit

Permalink
REL-4624 Give 1 as the default for telluric stars
Browse files Browse the repository at this point in the history
  • Loading branch information
cquiroz committed Jan 22, 2025
1 parent 8edf8f0 commit 8c3daec
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ object Igrins2 {
override val choices: List[Int] = List(0, 1 , 2)
override def apply(m: Int) = Right(Igrins2Blueprint(n, m))

override def default: Option[Int] = Some(1)

override def unapply = {
case b: Igrins2Blueprint => b.telluricStars
}
Expand Down

0 comments on commit 8c3daec

Please sign in to comment.