Format project again

This commit is contained in:
Benoit Marty 2022-12-09 10:19:58 +01:00 committed by Benoit Marty
parent 09087a7e86
commit f2f08b40e0
6 changed files with 7 additions and 9 deletions

View file

@ -18,4 +18,4 @@ dependencies {
testImplementation(libs.test.junit)
androidTestImplementation(libs.test.junitext)
}
}

View file

@ -96,8 +96,8 @@ fun SearchRoomListTopBar(
title = {
TextField(
modifier = Modifier
.fillMaxWidth()
.focusRequester(focusRequester),
.fillMaxWidth()
.focusRequester(focusRequester),
value = filterState,
textStyle = TextStyle(
fontSize = 17.sp