diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-06-02 00:39:38 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-06-02 00:39:38 +0200 |
commit | 9fa8b60b4dccfbe890814fba77d2f31652409389 (patch) | |
tree | dc57007c23c2cb01e5e142b9bc123d07ac355bd9 | |
parent | a5846498e4b19e69bfad902db587b24e7a767acd (diff) | |
download | kvision-9fa8b60b4dccfbe890814fba77d2f31652409389.tar.gz kvision-9fa8b60b4dccfbe890814fba77d2f31652409389.tar.bz2 kvision-9fa8b60b4dccfbe890814fba77d2f31652409389.zip |
Style fix
-rw-r--r-- | src/main/kotlin/pl/treksoft/kvision/remote/ServiceManager.kt | 2 |
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 +} |