Skip to content

Commit

Permalink
spotlessApply
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Alfonsi <[email protected]>
  • Loading branch information
Peter Alfonsi committed Apr 11, 2024
1 parent fabb315 commit 2c7f431
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private void writeDimensionNodeRecursive(StreamOutput out, MDCSDimensionNode nod
* Reads a serialized dimension node, attaches it to its appropriate place in the tree, and returns the list of
* ancestors of the newly attached node.
*/
private void readAndAttachDimensionNodeRecursive(StreamInput in, List<MDCSDimensionNode> ancestorsOfLastRead) //List<MDCSDimensionNode>
private void readAndAttachDimensionNodeRecursive(StreamInput in, List<MDCSDimensionNode> ancestorsOfLastRead) // List<MDCSDimensionNode>
throws IOException {
boolean hasNextNode = in.readBoolean();
if (hasNextNode) {
Expand Down

0 comments on commit 2c7f431

Please sign in to comment.