Skip to content

Commit 41f19b8

Browse files
committed
spotless
1 parent 89e907a commit 41f19b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

table-api/src/main/java/io/deephaven/api/agg/Formula.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ public static Formula of(Selectable selectable) {
3939
/**
4040
* Return a copy of this formula that will be applied to the prior level of the rollup.
4141
*
42-
* <p>The reaggregating parameter has no effect when not part of a rollup.</p>
42+
* <p>
43+
* The reaggregating parameter has no effect when not part of a rollup.
44+
* </p>
4345
*
4446
* @return a copy of this formula that is applied to the prior level of the rollup
4547
*/

0 commit comments

Comments
 (0)