Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPirates committed Jun 21, 2023
1 parent 976cbda commit e5be6ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class LatexDocumentationProvider : DocumentationProvider {
)
val urlsText = urlsMaybe.fold(
{ it.output },
{ urls -> urls?.joinToString(separator="<br>") { "<a href=\"file:///$it\">$it</a>" } }
{ urls -> urls?.joinToString(separator = "<br>") { "<a href=\"file:///$it\">$it</a>" } }
)

// Add a line break if necessary
Expand Down

0 comments on commit e5be6ec

Please sign in to comment.