This is an automated email from the ASF dual-hosted git repository.
hepin 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 ebead18 Remove redundant semicolons
ebead18 is described below
commit ebead18d8114832ebe4f9d7196686af087fb2507
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sat May 27 14:24:50 2023 +0200
Remove redundant semicolons
---
examples/src/test/java/jdocs/state/CborSerializable.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/src/test/java/jdocs/state/CborSerializable.scala
b/examples/src/test/java/jdocs/state/CborSerializable.scala
index 4777c98..4eef836 100644
--- a/examples/src/test/java/jdocs/state/CborSerializable.scala
+++ b/examples/src/test/java/jdocs/state/CborSerializable.scala
@@ -11,7 +11,7 @@
* Copyright (C) 2020-2022 Lightbend Inc. <https://www.lightbend.com>
*/
-package jdocs.state;
+package jdocs.state
/**
* Marker trait for serialization with Jackson CBOR
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]