Skip to content

Commit 27ab5e1

Browse files
committed
Fix scala style issue
1 parent 01559c4 commit 27ab5e1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

core/src/main/scala/com/microsoft/azure/synapse/ml/io/http/HTTPTransformer.scala

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,10 @@ trait ConcurrencyParams extends Wrappable {
7171

7272
val timeout: Param[Double] = new DoubleParam(
7373
this, "timeout",
74-
"number of seconds for the entire DataFrame transformation to complete, measured from the start of the transform operation; " +
75-
"rows processed after this timeout will receive HTTP 408 responses without making API calls")
74+
"number of seconds for the entire DataFrame transformation to complete, " +
75+
"measured from the start of the transform operation; " +
76+
"rows processed after this timeout will receive HTTP 408 responses without making API calls"
77+
)
7678

7779
/** @group getParam */
7880
def getTimeout: Double = $(timeout)

0 commit comments

Comments
 (0)