Fiw formatting error.

This commit is contained in:
Benoit Marty 2024-02-05 18:33:35 +01:00
parent 3814ea0046
commit 9cef656d20

View file

@ -16,6 +16,6 @@
package io.element.android.features.rageshake.impl.bugreport package io.element.android.features.rageshake.impl.bugreport
sealed class BugReportFormError: Exception() { sealed class BugReportFormError : Exception() {
data object DescriptionTooShort : BugReportFormError() data object DescriptionTooShort : BugReportFormError()
} }