Skip to content

Commit

Permalink
reformat code
Browse files Browse the repository at this point in the history
Signed-off-by: Saul Henriquez <saul_henriquez@hotmail.com>
  • Loading branch information
saulhdev committed Oct 4, 2023
1 parent 43b8ebb commit cd46d0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/saulhdev/feeder/sdk/FeedCategory.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import kotlinx.parcelize.Parcelize
data class FeedCategory(
val id: String,
val title: String,
@ColorInt val category_color: Int,
val server_icon: String?
@ColorInt val categoryColor: Int,
val serverIcon: String?
) : Parcelable {
override fun describeContents(): Int {
return 0
Expand Down

0 comments on commit cd46d0f

Please sign in to comment.