Skip to content

Commit

Permalink
[STYLE] #94 : 코드 인덴트 소거
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Jan 22, 2024
1 parent 345a43f commit 65adcf6
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ import com.wap.designsystem.WappTheme
import com.wap.designsystem.component.WappButton

@Composable
internal fun ManagementGuestScreen (
internal fun ManagementGuestScreen(
onButtonClicked: () -> Unit,
) {
Surface(
color = WappTheme.colors.backgroundBlack,
modifier = Modifier.fillMaxSize(),
color = WappTheme.colors.backgroundBlack,
modifier = Modifier.fillMaxSize(),
) {
Column(
horizontalAlignment = Alignment.CenterHorizontally,
Expand Down Expand Up @@ -55,4 +55,3 @@ internal fun ManagementGuestScreen (
}
}
}

0 comments on commit 65adcf6

Please sign in to comment.