gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: reduce newlines


From: gnunet
Subject: [libeufin] branch master updated: reduce newlines
Date: Wed, 29 Jan 2020 16:54:41 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 33d457f  reduce newlines
33d457f is described below

commit 33d457f0c497c8956110bf9fc1b10f557137942d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jan 29 16:54:36 2020 +0100

    reduce newlines
---
 util/src/main/kotlin/blob.kt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/util/src/main/kotlin/blob.kt b/util/src/main/kotlin/blob.kt
index cb9250f..ee50335 100644
--- a/util/src/main/kotlin/blob.kt
+++ b/util/src/main/kotlin/blob.kt
@@ -4,5 +4,4 @@ import java.sql.Blob
 
 fun Blob.toByteArray(): ByteArray {
     return this.binaryStream.readAllBytes()
-}
-
+}
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]