Ktlint
This commit is contained in:
parent
d653d68b97
commit
c2d8b4e029
2 changed files with 1 additions and 2 deletions
|
|
@ -22,5 +22,5 @@ enum class BaseDeviceConfig(
|
||||||
val deviceConfig: DeviceConfig,
|
val deviceConfig: DeviceConfig,
|
||||||
) {
|
) {
|
||||||
NEXUS_5(DeviceConfig.NEXUS_5),
|
NEXUS_5(DeviceConfig.NEXUS_5),
|
||||||
//PIXEL_C(DeviceConfig.PIXEL_C),
|
// PIXEL_C(DeviceConfig.PIXEL_C),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -119,4 +119,3 @@ private fun String.toLocale(): Locale {
|
||||||
else -> Locale.Builder().setLanguage(this).build()
|
else -> Locale.Builder().setLanguage(this).build()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue