aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin')
-rw-r--r--src/main/kotlin/pl/treksoft/kvision/remote/ServiceManager.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/pl/treksoft/kvision/remote/ServiceManager.kt b/src/main/kotlin/pl/treksoft/kvision/remote/ServiceManager.kt
index fc464154..9101539f 100644
--- a/src/main/kotlin/pl/treksoft/kvision/remote/ServiceManager.kt
+++ b/src/main/kotlin/pl/treksoft/kvision/remote/ServiceManager.kt
@@ -134,4 +134,4 @@ actual open class ServiceManager<out T> actual constructor(service: T) {
* Returns the map of defined paths.
*/
actual fun getCalls(): Map<String, Pair<String, RpcHttpMethod>> = calls
-} \ No newline at end of file
+}