Skip to content

Commit a49a2f3

Browse files
committed
Apply spotless
1 parent f677078 commit a49a2f3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

feature/results/src/main/java/com/android/developers/androidify/customize/CustomizeExportScreen.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@ private fun CustomizeExportLayoutCompact(
324324
) {
325325
LookaheadScope {
326326
CompositionLocalProvider(LocalAnimateBoundsScope provides this) {
327-
328327
Column(
329328
modifier = Modifier
330329
.fillMaxSize()
@@ -393,7 +392,7 @@ private fun CustomizeExportLayoutMedium(
393392
horizontalArrangement = Arrangement.SpaceAround,
394393
verticalAlignment = Alignment.CenterVertically,
395394

396-
) {
395+
) {
397396
Box(modifier = Modifier.weight(1f)) {
398397
toolDetail(Modifier.align(Alignment.CenterEnd), false)
399398
}

feature/results/src/main/java/com/android/developers/androidify/customize/xr/CustomizeExportScreenSpatial.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ fun CustomizeExportLayoutSpatial(
101101
CompositionLocalProvider(LocalAnimateBoundsScope provides this) {
102102
Box(
103103
Modifier.fillMaxSize(),
104-
contentAlignment = Alignment.Center
104+
contentAlignment = Alignment.Center,
105105
) {
106106
imageResult(state.exportImageCanvas)
107107
}

0 commit comments

Comments
 (0)