Skip to content

Commit 8b2f7dd

Browse files
Remove unnecesary Companion name
1 parent 890e50a commit 8b2f7dd

File tree

1 file changed

+1
-1
lines changed
  • libs/fluxc-plugin/src/main/kotlin/org/wordpress/android/fluxc/persistence/entity

1 file changed

+1
-1
lines changed

libs/fluxc-plugin/src/main/kotlin/org/wordpress/android/fluxc/persistence/entity/BookingEntity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ data class BookingEntity(
9999

100100
data class Unknown(override val key: String) : AttendanceStatus
101101

102-
companion object Companion {
102+
companion object {
103103
fun fromKey(key: String): AttendanceStatus {
104104
return when (key) {
105105
Booked.key -> Booked

0 commit comments

Comments
 (0)