Enforce function return type spacing

Metadata

ID: kotlin-code-style/function-return-type-spacing

Language: Kotlin

Severity: Notice

Category: Code Style

Description

No description found

Compliant Code Examples

fun foo():  String = "some-result"

fun bar():
    String = "some-result"
fun foo(): String = "some-result"
https://static.datadoghq.com/static/images/logos/github_avatar.svg https://static.datadoghq.com/static/images/logos/vscode_avatar.svg jetbrains

Seamless integrations. Try Datadog Code Analysis