Skip to content

Commit

Permalink
chore(linter): use trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
bas-kirill committed Aug 20, 2024
1 parent f75553e commit ca90e2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class GetProfileEndpoint(private val showProfile: GetProfile) : ProfileApi {
username = user.username.toStringValue(),
role = user.role.toStringValue(),
fullName = user.fullName.toStringValue(),
)
),
)
}
}

0 comments on commit ca90e2c

Please sign in to comment.