From 80ed963f97061851472a5d22ae28611698f1e44e Mon Sep 17 00:00:00 2001 From: Sergey Rostov Date: Thu, 7 Jun 2018 11:06:58 +0300 Subject: [PATCH] jps, daemon: (minor) formatting --- .../kotlin/daemon/common/CompilerCallbackServicesFacade.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/daemon/daemon-common/src/org/jetbrains/kotlin/daemon/common/CompilerCallbackServicesFacade.kt b/compiler/daemon/daemon-common/src/org/jetbrains/kotlin/daemon/common/CompilerCallbackServicesFacade.kt index c2f9d4e9f1a..81376445a23 100644 --- a/compiler/daemon/daemon-common/src/org/jetbrains/kotlin/daemon/common/CompilerCallbackServicesFacade.kt +++ b/compiler/daemon/daemon-common/src/org/jetbrains/kotlin/daemon/common/CompilerCallbackServicesFacade.kt @@ -128,7 +128,7 @@ class CompiledPackagePart( class RmiFriendlyCompilationCanceledException : Exception(), Serializable { companion object { - private val serialVersionUID: Long = - 8228357578L // just a random number, but should never be changed to avoid deserialization problems + // just a random number, but should never be changed to avoid deserialization problems + private val serialVersionUID: Long = 8228357578L } }