Skip to content

Commit 629b93e

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent b682b6d commit 629b93e

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
@@ -29,8 +29,7 @@ public static class Hash128 {
2929
/** higher 64 bits part **/
3030
public long h2;
3131

32-
public Hash128() {
33-
}
32+
public Hash128() {}
3433

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

0 commit comments

Comments
 (0)