Skip to content

Remove trailing comma from ImageUploadResponse data class#3

Draft
Copilot wants to merge 1 commit intofeature/image-galleryfrom
copilot/sub-pr-1-again
Draft

Remove trailing comma from ImageUploadResponse data class#3
Copilot wants to merge 1 commit intofeature/image-galleryfrom
copilot/sub-pr-1-again

Conversation

Copy link
Copy Markdown

Copilot AI commented Jan 8, 2026

Addressed code review feedback on trailing comma inconsistency in Kotlin data class parameter list.

Changes

  • Removed trailing comma after status parameter in ImageUploadResponse.kt to align with Kotlin conventions for single-line parameter lists
data class ImageUploadResponse(
    val imageUrl: String,
    val status: String
)

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI mentioned this pull request Jan 8, 2026
5 tasks
Copilot AI changed the title [WIP] Address feedback on image gallery implementation Remove trailing comma from ImageUploadResponse data class Jan 8, 2026
Copilot AI requested a review from sungchan12 January 8, 2026 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants