Skip to content

Commit

Permalink
chore : ktlintFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
t1nm1ksun committed Feb 3, 2025
1 parent a808dc8 commit 83a28b1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/com/depromeet/team6/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ fun GreetingPreview() {
Team6Theme {
Greeting("Android")
}
}
}
2 changes: 1 addition & 1 deletion app/src/main/java/com/depromeet/team6/ui/theme/Color.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ val Pink80 = Color(0xFFEFB8C8)

val Purple40 = Color(0xFF6650a4)
val PurpleGrey40 = Color(0xFF625b71)
val Pink40 = Color(0xFF7D5260)
val Pink40 = Color(0xFF7D5260)
3 changes: 1 addition & 2 deletions app/src/main/java/com/depromeet/team6/ui/theme/Theme.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.depromeet.team6.ui.theme

import android.app.Activity
import android.os.Build
import androidx.compose.foundation.isSystemInDarkTheme
import androidx.compose.material3.MaterialTheme
Expand Down Expand Up @@ -55,4 +54,4 @@ fun Team6Theme(
typography = Typography,
content = content
)
}
}
2 changes: 1 addition & 1 deletion app/src/main/java/com/depromeet/team6/ui/theme/Type.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ val Typography = Typography(
letterSpacing = 0.5.sp
)
*/
)
)
5 changes: 2 additions & 3 deletions app/src/test/java/com/depromeet/team6/ExampleUnitTest.kt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
package com.depromeet.team6

import org.junit.Assert.assertEquals
import org.junit.Test

import org.junit.Assert.*

/**
* Example local unit test, which will execute on the development machine (host).
*
Expand All @@ -14,4 +13,4 @@ class ExampleUnitTest {
fun addition_isCorrect() {
assertEquals(4, 2 + 2)
}
}
}

0 comments on commit 83a28b1

Please sign in to comment.