Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmitterdorfer committed Apr 29, 2024
1 parent 72ea490 commit 8fec4de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public long getTotalSamples() {
return totalSamples;
}

@UpdateForV9 //change casing from Camel Case to Snake Case (requires updates in Kibana as well)
@UpdateForV9 // change casing from Camel Case to Snake Case (requires updates in Kibana as well)
@Override
public Iterator<? extends ToXContent> toXContentChunked(ToXContent.Params params) {
return Iterators.concat(
Expand Down

0 comments on commit 8fec4de

Please sign in to comment.