Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 1a42f9d

Browse files
committed
chore: Formatting
1 parent f01edc4 commit 1a42f9d

File tree

1 file changed

+2
-1
lines changed
  • algoliasearch/src/main/java/com/algolia/search/saas

1 file changed

+2
-1
lines changed

algoliasearch/src/main/java/com/algolia/search/saas/Query.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,8 @@ Query setPercentileComputation(@Nullable Boolean enabled) {
12871287
return set(KEY_PERCENTILE_COMPUTATION, enabled);
12881288
}
12891289

1290-
public @Nullable Boolean getPercentileComputation() {
1290+
public @Nullable
1291+
Boolean getPercentileComputation() {
12911292
return parseBoolean(get(KEY_PERCENTILE_COMPUTATION));
12921293
}
12931294

0 commit comments

Comments
 (0)