Skip to content

Commit 418afc6

Browse files
SinjaiAlexanderPrendota
authored andcommitted
refactor: remove extraneous space (Kotlin#56)
1 parent 7ff3529 commit 418afc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/01_introduction/02_Functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fun printMessage(message: String): Unit { // 1
99
println(message)
1010
}
1111

12-
fun printMessageWithPrefix(message: String, prefix : String = "Info") { // 2
12+
fun printMessageWithPrefix(message: String, prefix: String = "Info") { // 2
1313
println("[$prefix] $message")
1414
}
1515

0 commit comments

Comments
 (0)