Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Jul 3, 2024
1 parent 30d607b commit 8583e1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ object FallbackTags {
case (exclusive: FallbackTag.Exclusive, _) =>
exclusive
case (l: FallbackTag.Appendable, r: FallbackTag.Appendable) =>
FallbackTag.Appendable(s"$l; $r")
FallbackTag.Appendable(s"${l.reason}; ${r.reason}")
}
}))
.foreach(mergedTag => plan.setTagValue(TAG, mergedTag))
Expand Down

0 comments on commit 8583e1e

Please sign in to comment.