This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/master by this push:
     new 0217113  spotless
0217113 is described below

commit 02171132f2c134165bff4dcc96899946a97bac07
Author: Antoine Toulme <[email protected]>
AuthorDate: Tue Dec 17 22:59:19 2019 -0800

    spotless
---
 .../src/test/java/org/apache/tuweni/crypto/sodium/GenericHashTest.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/crypto/src/test/java/org/apache/tuweni/crypto/sodium/GenericHashTest.java 
b/crypto/src/test/java/org/apache/tuweni/crypto/sodium/GenericHashTest.java
index 489ce69..0b656fc 100644
--- a/crypto/src/test/java/org/apache/tuweni/crypto/sodium/GenericHashTest.java
+++ b/crypto/src/test/java/org/apache/tuweni/crypto/sodium/GenericHashTest.java
@@ -37,7 +37,8 @@ class GenericHashTest {
 
   @Test
   void hashWithKeyValue() {
-    GenericHash.Hash output = GenericHash.hash(64, 
GenericHash.Input.fromBytes(Bytes.random(384)), 
GenericHash.Key.fromBytes(Bytes.random(32)));
+    GenericHash.Hash output = GenericHash
+        .hash(64, GenericHash.Input.fromBytes(Bytes.random(384)), 
GenericHash.Key.fromBytes(Bytes.random(32)));
     assertNotNull(output);
     assertEquals(64, output.bytes().size());
   }


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

Reply via email to