Skip to content

Commit

Permalink
Update ContactGroup.tk
Browse files Browse the repository at this point in the history
Add extra space to be compliant with the Linter
  • Loading branch information
atejada committed Jan 11, 2024
1 parent 1eb73af commit 71cfaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/nylas/models/ContactGroup.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data class ContactGroup(
val id: String,
@Json(name = "grant_id")
val grantId: String? = null,
@Json(name="group_type")
@Json(name = "group_type")
val groupType: GroupType? = null,
@Json(name = "name")
val name: String? = null,
Expand Down

0 comments on commit 71cfaf6

Please sign in to comment.