Skip to content

Commit de778f6

Browse files
committed
Remove needless newlines
1 parent 0781235 commit de778f6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

server/src/main/kotlin/org/javacs/kt/KotlinLanguageServer.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import java.nio.file.Paths
2222
import java.util.concurrent.CompletableFuture
2323
import java.util.concurrent.CompletableFuture.completedFuture
2424

25-
2625
class KotlinLanguageServer : LanguageServer, LanguageClientAware, Closeable {
2726
val config = Configuration()
2827
val classPath = CompilerClassPath(config.compiler)

shared/src/main/kotlin/org/javacs/kt/classpath/GradleClassPathResolver.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ private fun readDependenciesViaGradleCLI(projectDirectory: Path, gradleScripts:
117117
.toSet()
118118

119119
tmpScripts.forEach(Files::delete)
120-
121120
return dependencies
122121
}
123122

0 commit comments

Comments
 (0)