Skip to content

Commit db107b7

Browse files
committed
style: remove unnecessary semi-colon
1 parent da9775d commit db107b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-spanner/src/main/java/com/google/cloud/spanner/AbstractResultSet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ default boolean initiateStreaming(AsyncResultSet.StreamMessageListener streamMes
161161
}
162162

163163
/** it requests the initial prefetch chunks from gRPC stream */
164-
default void requestPrefetchChunks() {};
164+
default void requestPrefetchChunks() {}
165165
}
166166

167167
static double valueProtoToFloat64(com.google.protobuf.Value proto) {

0 commit comments

Comments
 (0)