Change-Id: I2773bf07535e67b690235d1668b0d1b5438f398a
@ -95,7 +95,7 @@ class InterestsListDetailScreenTest {
*/
@Composable
private fun TestDeviceConfig.Override(
content: @Composable () -> Unit
content: @Composable () -> Unit,
) {
DeviceConfigurationOverride(override = DeviceConfigurationOverride.ForcedSize(dpSize)) {
with(LocalDensity.current) {