This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-projection.git
The following commit(s) were added to refs/heads/main by this push:
new 11b1191 Unwrap single string interpolation syntax
11b1191 is described below
commit 11b119182338cb43cd45f5849684818be61ee493
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sat May 27 14:28:00 2023 +0200
Unwrap single string interpolation syntax
---
project/CopyrightHeader.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/CopyrightHeader.scala b/project/CopyrightHeader.scala
index 99c96a1..a0f2850 100644
--- a/project/CopyrightHeader.scala
+++ b/project/CopyrightHeader.scala
@@ -69,7 +69,7 @@ trait CopyrightHeader extends AutoPlugin {
case Some(currentText) if isLightbendCopyrighted(currentText) =>
HeaderCommentStyle.cStyleBlockComment.commentCreator(text,
existingText) + NewLine * 2 + currentText
case Some(currentText) =>
- throw new IllegalStateException(s"Unable to detect copyright for
header:[${currentText}]")
+ throw new IllegalStateException(s"Unable to detect copyright for
header:[$currentText]")
case None =>
HeaderCommentStyle.cStyleBlockComment.commentCreator(text,
existingText)
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]