Skip to content

Commit

Permalink
Fix: fix MainActivity.kt ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoon-Chan committed Apr 11, 2024
1 parent 69e4806 commit 9c81b9e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/src/main/java/com/example/snsproject/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ import androidx.compose.ui.tooling.preview.Preview
import com.example.snsproject.ui.theme.SnsProjectTheme

class MainActivity : ComponentActivity() {
override fun onCreate(
savedInstanceState: Bundle?,
) {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContent {
SnsProjectTheme {
Expand All @@ -29,9 +27,6 @@ class MainActivity : ComponentActivity() {
}
}
}

fun Abc() {
}
}

@Composable
Expand Down

0 comments on commit 9c81b9e

Please sign in to comment.