Skip to content

Commit

Permalink
refactor: SupplementAddFragment 클래스 addSupplement 메서드 호출 구문 매개변수 끝 콤마 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
nueijeel committed Apr 9, 2024
1 parent 4a8bee8 commit 72b40c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ class SupplementAddFragment : Fragment(), OnPictureChangedListener {
private fun postSupplement(imageURL: String?) {
supplementViewModel.addSupplement(
accessToken,
createSupplementInfo(imageURL)
createSupplementInfo(imageURL),
)
}

Expand Down

0 comments on commit 72b40c4

Please sign in to comment.