Skip to content

Commit 447e198

Browse files
committed
CHORE: ktlint 적용
1 parent 46f4434 commit 447e198

File tree

1 file changed

+1
-1
lines changed
  • presentation/src/main/java/com/threegap/bitnagil/presentation/writeroutine/model

1 file changed

+1
-1
lines changed

presentation/src/main/java/com/threegap/bitnagil/presentation/writeroutine/model/Date.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ data class Date(
5959
}
6060

6161
fun toLocalDate(): LocalDate {
62-
return LocalDate.of(year, month, day,)
62+
return LocalDate.of(year, month, day)
6363
}
6464
}

0 commit comments

Comments
 (0)