Skip to content

Commit 008fb9b

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 11a3c7e commit 008fb9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server/src/main/java/org/elasticsearch/common/hash/MurmurHash3.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ public static class Hash128 {
2828
/** higher 64 bits part **/
2929
public long h2;
3030

31-
public Hash128() {
32-
}
31+
public Hash128() {}
3332

3433
public Hash128(long h1, long h2) {
3534
this.h1 = h1;

0 commit comments

Comments
 (0)