Skip to content

Commit cf3b9b0

Browse files
committed
Fix indentation
1 parent 46e1afe commit cf3b9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language-server/test/dotty/tools/languageserver/util/actions/SignatureHelp.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class SignatureHelp(override val marker: CodeMarker,
2929
activeSignature: Option[Int],
3030
activeParam: Int) extends ActionOnMarker {
3131

32-
val expectedSignatures = expected.map(DottyLanguageServer.signatureToSignatureInformation)
32+
val expectedSignatures = expected.map(DottyLanguageServer.signatureToSignatureInformation)
3333

3434
override def execute(): Exec[Unit] = {
3535
val results = server.signatureHelp(marker.toTextDocumentPositionParams).get()

0 commit comments

Comments
 (0)