Skip to content

Commit

Permalink
[lib] style: code reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
pushpalroy committed Apr 2, 2024
1 parent 8acd8cd commit ed56a63
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions jetlime/src/main/java/com/pushpal/jetlime/EventPointType.kt
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,8 @@ class EventPointType internal constructor(
* @return A new instance of [EventPointType] with the custom icon.
*/
@Stable
fun custom(
icon: Painter,
tint: Color? = null,
): EventPointType = EventPointType(type = CUSTOM, icon = icon, tint = tint)
fun custom(icon: Painter, tint: Color? = null): EventPointType =
EventPointType(type = CUSTOM, icon = icon, tint = tint)

/**
* Creates a filled event point type with a specified fill percentage.
Expand Down

0 comments on commit ed56a63

Please sign in to comment.