Fiw formatting error.

This commit is contained in:
Benoit Marty
2024-02-05 18:33:35 +01:00
parent 5d8b920cad
commit 5e44bc9878

View File

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