Skip to content

Commit f22d25f

Browse files
committed
Fix lint errors
1 parent 5f69941 commit f22d25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/nylas/models/EventQueryOrderBy.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ import com.squareup.moshi.Json
55
enum class EventQueryOrderBy {
66
@Json(name = "start")
77
START,
8-
}
8+
}

0 commit comments

Comments
 (0)