Skip to content

Commit 6f2f323

Browse files
committed
style: ScalaDoc formatting
1 parent 4ded34b commit 6f2f323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ssl-config/src/main/scala/com/avast/sst/ssl/SslContextModule.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import scala.language.higherKinds
1414

1515
object SslContextModule {
1616

17-
/**
18-
* Initializes [[javax.net.ssl.SSLContext]] from the provided config.
17+
/** Initializes [[javax.net.ssl.SSLContext]] from the provided config.
18+
*
1919
* @param withReference Whether we should use reference config of "ssl-config" library as well.
2020
*/
2121
def make[F[_]: Sync](config: Config, withReference: Boolean = true): F[SSLContext] = Sync[F].delay {

0 commit comments

Comments
 (0)