Fix moar ktlint issues
This commit is contained in:
committed by
Benoit Marty
parent
a831f05f6e
commit
5d086ad82d
+3
-1
@@ -17,5 +17,7 @@
|
||||
package io.element.android.libraries.textcomposer.components
|
||||
|
||||
internal enum class FormattingOptionState {
|
||||
Default, Selected, Disabled
|
||||
Default,
|
||||
Selected,
|
||||
Disabled
|
||||
}
|
||||
|
||||
+2
-1
@@ -115,7 +115,8 @@ internal fun VoiceMessagePreview(
|
||||
}
|
||||
|
||||
private enum class PlayerButtonType {
|
||||
Play, Pause
|
||||
Play,
|
||||
Pause
|
||||
}
|
||||
|
||||
@Composable
|
||||
|
||||
-1
@@ -33,7 +33,6 @@ class MentionSpan(
|
||||
val endPadding: Int,
|
||||
val typeface: Typeface = Typeface.DEFAULT,
|
||||
) : ReplacementSpan() {
|
||||
|
||||
companion object {
|
||||
private const val MAX_LENGTH = 20
|
||||
}
|
||||
|
||||
-1
@@ -28,7 +28,6 @@ import org.robolectric.RobolectricTestRunner
|
||||
|
||||
@RunWith(RobolectricTestRunner::class)
|
||||
class MentionSpanProviderTest {
|
||||
|
||||
@JvmField @Rule
|
||||
val warmUpRule = WarmUpRule()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user