Skip to content

Commit 182c0be

Browse files
committed
[SPARK-58965][SQL] Fix scalafmt line length in lcm scaladoc
The lcm scaladoc line exceeded the 98-column scalafmt limit for sql/api, failing the Scala linter check. Rewrap it to match the gcd scaladoc.
1 parent 8dd2d71 commit 182c0be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sql/api/src/main/scala/org/apache/spark/sql/functions.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5759,8 +5759,8 @@ object functions {
57595759
def hypot(l: Double, rightName: String): Column = hypot(l, Column(rightName))
57605760

57615761
/**
5762-
* Computes the least common multiple of the two given values. The result is non-negative, and is
5763-
* 0 when either value is 0.
5762+
* Computes the least common multiple of the two given values. The result is non-negative, and
5763+
* is 0 when either value is 0.
57645764
*
57655765
* @param l
57665766
* the first value. A column that evaluates to an integral.

0 commit comments

Comments
 (0)