Skip to content

Commit 9e41ca5

Browse files
committed
Make scalastyle happy
1 parent a94c041 commit 9e41ca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/scala/org/apache/spark/security/SocketAuthServer.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ import org.apache.spark.util.ThreadUtils
3030

3131

3232
/**
33-
* Creates a server in the JVM to communicate with external processes (e.g., Python and R) for handling
34-
* one batch of data, with authentication and error handling.
33+
* Creates a server in the JVM to communicate with external processes (e.g., Python and R) for
34+
* handling one batch of data, with authentication and error handling.
3535
*/
3636
private[spark] abstract class SocketAuthServer[T](
3737
authHelper: SocketAuthHelper,

0 commit comments

Comments
 (0)