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-persistence-r2dbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 0dd31ce  Unwrap single string interpolation syntax
0dd31ce is described below

commit 0dd31ce2c4f9673bd1a8c4b9ef4233559a188af4
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sat May 27 13:55:16 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 9dd1abb..12b7731 100644
--- a/project/CopyrightHeader.scala
+++ b/project/CopyrightHeader.scala
@@ -64,7 +64,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]

Reply via email to