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-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 2267a8bc1 Fix typo in checkCodeStyle
2267a8bc1 is described below

commit 2267a8bc1be579fba722b3f9830a019a2584e2fe
Author: Matthew de Detrich <[email protected]>
AuthorDate: Wed Sep 6 23:54:31 2023 +0200

    Fix typo in checkCodeStyle
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 35441e439..84a688fa2 100644
--- a/build.sbt
+++ b/build.sbt
@@ -125,7 +125,7 @@ lazy val `pekko-connectors` = project
   )
 
 addCommandAlias("applyCodeStyle", ";scalafmtAll; scalafmtSbt; javafmtAll; 
+headerCreateAll")
-addCommandAlias("checkCodeStyle", "+headerCheckAll; ;scalafmtCheckAll; 
scalafmtSbtCheck; javafmtCheckAll")
+addCommandAlias("checkCodeStyle", ";+headerCheckAll; scalafmtCheckAll; 
scalafmtSbtCheck; javafmtCheckAll")
 
 lazy val amqp = pekkoConnectorProject("amqp", "amqp", Dependencies.Amqp)
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to