We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60ce00 commit be1020eCopy full SHA for be1020e
app/lib/model/PatchBomb.scala
@@ -24,7 +24,7 @@ case class PatchBomb(
24
Email(
25
addresses,
26
subject = (prefixes :+ patchCommit.commit.subject).mkString(" "),
27
- bodyText = (fromBodyPrefixOpt.toSeq :+ s"${patchCommit.patch.body}\n---\n$footer").mkString("\n")
+ bodyText = (fromBodyPrefixOpt.toSeq :+ s"${patchCommit.patch.body}\n--\n$footer").mkString("\n")
28
)
29
}
30
0 commit comments