Skip to content

Commit c7ef39a

Browse files
authored
Update 04_Object.md
Fixed formatting
1 parent 22476e3 commit c7ef39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/03_special_classes/04_Object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ You can also use the `object` **declaration**. It isn't an expression, and can't
7272

7373
```run-kotlin
7474
object DoAuth { //1
75-
fun takeParams(username: String, password: String){ //2
75+
fun takeParams(username: String, password: String) { //2
7676
println("input Auth parameters = $username:$password")
7777
}
7878
}

0 commit comments

Comments
 (0)