Fix moar ktlint issues
This commit is contained in:
parent
a831f05f6e
commit
5d086ad82d
528 changed files with 146 additions and 629 deletions
|
|
@ -17,5 +17,7 @@
|
|||
package io.element.android.libraries.textcomposer.components
|
||||
|
||||
internal enum class FormattingOptionState {
|
||||
Default, Selected, Disabled
|
||||
Default,
|
||||
Selected,
|
||||
Disabled
|
||||
}
|
||||
|
|
|
|||
|
|
@ -115,7 +115,8 @@ internal fun VoiceMessagePreview(
|
|||
}
|
||||
|
||||
private enum class PlayerButtonType {
|
||||
Play, Pause
|
||||
Play,
|
||||
Pause
|
||||
}
|
||||
|
||||
@Composable
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ class MentionSpan(
|
|||
val endPadding: Int,
|
||||
val typeface: Typeface = Typeface.DEFAULT,
|
||||
) : ReplacementSpan() {
|
||||
|
||||
companion object {
|
||||
private const val MAX_LENGTH = 20
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ import org.robolectric.RobolectricTestRunner
|
|||
|
||||
@RunWith(RobolectricTestRunner::class)
|
||||
class MentionSpanProviderTest {
|
||||
|
||||
@JvmField @Rule
|
||||
val warmUpRule = WarmUpRule()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue