Skip to content

Commit

Permalink
Merge branch 'not-a-bbq' into mnalis-everything
Browse files Browse the repository at this point in the history
  • Loading branch information
mnalis committed Nov 3, 2023
2 parents 220e0e8 + 4edb487 commit 7f34c6a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sealed interface BbqFuelAnswer
enum class BbqFuel(val osmValue: String) : BbqFuelAnswer {
WOOD("wood"),
ELECTRIC("electric"),
CHARCOAL("charcoal")
CHARCOAL("charcoal"),
NOT_BBQ
}

object NOT_BBQ : BbqFuelAnswer

0 comments on commit 7f34c6a

Please sign in to comment.