Skip to content

Commit d10dd72

Browse files
committed
Put parameters on separate lines
1 parent 6a361c2 commit d10dd72

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

  • app/src/main/kotlin/com/simplemobiletools/calendar/pro/models
Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
package com.simplemobiletools.calendar.pro.models
22

3-
data class DayMonthly(val value: Int, val isThisMonth: Boolean, val isToday: Boolean, val code: String, val weekOfYear: Int, var dayEvents: ArrayList<Event>,
4-
var indexOnMonthView: Int, var isWeekend: Boolean)
3+
data class DayMonthly(
4+
val value: Int,
5+
val isThisMonth: Boolean,
6+
val isToday: Boolean,
7+
val code: String,
8+
val weekOfYear: Int,
9+
var dayEvents: ArrayList<Event>,
10+
var indexOnMonthView: Int,
11+
var isWeekend: Boolean
12+
)

0 commit comments

Comments
 (0)