Skip to content

Commit

Permalink
Fix ktlint
Browse files Browse the repository at this point in the history
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
AlvaroBrey committed Jan 27, 2023
1 parent b73f2eb commit e93ce10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -38,5 +38,5 @@ enum class StatusType(val string: String) {
AWAY("away"),

@SerializedName("invisible")
INVISIBLE("invisible");
INVISIBLE("invisible")
}

0 comments on commit e93ce10

Please sign in to comment.