Skip to content

Commit e5c9354

Browse files
committed
changing format to make the CI Test complain on purpose, this commit is not meant to be merged.
Signed-off-by: Alfredo Gutierrez <[email protected]>
1 parent 23ce3db commit e5c9354

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/src/main/java/com/hedera/block/server/consumer/LiveStreamObserver.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
* @param <U> the type of the block
2828
* @param <V> the type of the StreamObserver
2929
*/
30-
public interface LiveStreamObserver<U, V> extends StreamObserver<V> {
30+
public interface LiveStreamObserver<U, V>
31+
extends StreamObserver<V> {
3132

3233
/**
3334
* Pass the block to the observer.

0 commit comments

Comments
 (0)