Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kasiaMarek committed Apr 23, 2024
1 parent 8c60944 commit 1499749
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -365,7 +365,11 @@ case class ScalaPresentationCompiler(
params.token
) { pc =>
Optional.ofNullable(
new HoverProvider(pc.compiler(params), params, config.hoverContentType())
new HoverProvider(
pc.compiler(params),
params,
config.hoverContentType()
)
.hover()
.orNull
)
Expand Down

0 comments on commit 1499749

Please sign in to comment.