Skip to content

Commit 6203d54

Browse files
committed
Cleanup: Remove space inside clearAndSetSemantics block param
1 parent 36c6e4a commit 6203d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/src/jetpack/java/org/wordpress/android/ui/accounts/login/components/LoopingTextWithBackground.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fun LoopingTextWithBackground(
3434
) {
3535
LoopingText(
3636
modifier = Modifier
37-
.clearAndSetSemantics { }
37+
.clearAndSetSemantics {}
3838
.fillMaxSize()
3939
.padding(horizontal = 20.dp)
4040
.then(textModifier)

0 commit comments

Comments
 (0)