Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
remove trailing comma in Exam.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
joschahenningsen authored and tobiasjungmann committed Jan 13, 2023
1 parent 62595d1 commit 48d9590
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ data class Exam(
"4,7" to R.color.grade_4_7,
"4,8" to R.color.grade_4_8,
"4,9" to R.color.grade_4_9,
"5,0" to R.color.grade_5_0,
"5,0" to R.color.grade_5_0
)
}
}

0 comments on commit 48d9590

Please sign in to comment.