Skip to content

Commit 6116b19

Browse files
hanggatheangrydev
andauthored
Update core-kotlin-modules/core-kotlin-10/src/test/kotlin/com/baeldung/variableshadowing/VariableShadowingUnitTest.kt
Co-authored-by: Liam Williams <[email protected]>
1 parent 3973870 commit 6116b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-kotlin-modules/core-kotlin-10/src/test/kotlin/com/baeldung/variableshadowing/VariableShadowingUnitTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import org.junit.jupiter.api.Test
88
class VariableShadowingUnitTest{
99

1010
@Test
11-
fun `test variable shadowing`(){
11+
fun `test variable shadowing`() {
1212
val number = 10 // Top-level variable
1313

1414
fun upNumber() : Int { // top level function

0 commit comments

Comments
 (0)