Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Jul 11, 2024
1 parent dcb019a commit 64a1d83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ object FallbackTags {
val newTagOption = converter.from(t)

val mergedTagOption: Option[FallbackTag] =
(tagOption ++ newTagOption).reduceOption {
(tagOption ++ newTagOption).reduceOption[FallbackTag] {
// New tag comes while the plan was already tagged, merge.
case (_, exclusive: FallbackTag.Exclusive) =>
exclusive
Expand Down

0 comments on commit 64a1d83

Please sign in to comment.