Skip to content

Commit fe42cdc

Browse files
committed
Fix formatting issue.
1 parent 642da5a commit fe42cdc

File tree

1 file changed

+1
-1
lines changed
  • vector/src/main/java/im/vector/app/features/home/room/detail/error

1 file changed

+1
-1
lines changed

vector/src/main/java/im/vector/app/features/home/room/detail/error/RoomNotFound.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
package im.vector.app.features.home.room.detail.error
1818

19-
class RoomNotFound: Throwable()
19+
class RoomNotFound : Throwable()

0 commit comments

Comments
 (0)