From d30d6f69ca07014efdce95d771403a43423d2143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vitor=20Verona=20Biazibetti?= Date: Fri, 19 May 2017 18:34:27 -0300 Subject: [Kotlin/all] Remove whitespace in variable declaration with explicit type (#2733) * Removed whitespace in variable declaration with explicit type (Kotlin) * Removed whitespace in variable declaration with explicit type (Kotlin translations) --- ko-kr/kotlin-kr.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ko-kr') diff --git a/ko-kr/kotlin-kr.html.markdown b/ko-kr/kotlin-kr.html.markdown index 788f80c5..2df4195d 100644 --- a/ko-kr/kotlin-kr.html.markdown +++ b/ko-kr/kotlin-kr.html.markdown @@ -37,7 +37,7 @@ fun main(args: Array) { 대부분의 경우, Kotlin 에서는 변수 타입을 판단할 수 있기때문에 명시적으로 지정해 주지 않을 수 있습니다. 다음과 같이 변수의 타입을 명시적으로 지정할 수 있습니다. */ - val foo : Int = 7 + val foo: Int = 7 /* 문자형은 Java와 비슷하게 표시될 수 있습니다. -- cgit v1.2.3