Skip to content

Commit 9897244

Browse files
committed
fix: code style
1 parent 28b40a9 commit 9897244

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

flux-dsl/src/main/java/com/influxdb/query/dsl/functions/ColumnsFlux.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@
3232
*
3333
* <h3>Options</h3>
3434
* <ul>
35-
* <li><b>column</b> - The name of the output column in which to store the column labels. [string]. Default is <i>_value</i>.
35+
* <li>
36+
* <b>column</b> -
37+
* The name of the output column in which to store the column labels. [string]. Default is <i>_value</i>.
38+
* </li>
3639
* </ul>
3740
*
3841
* <h3>Example</h3>

0 commit comments

Comments
 (0)