Skip to content

Commit

Permalink
Add trailing comma to State
Browse files Browse the repository at this point in the history
  • Loading branch information
Moulberry committed May 3, 2024
1 parent 271746a commit 97988d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/MinecraftSettings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class MinecraftSettings : PersistentStateComponent<MinecraftSettings.State> {
var isShadowAnnotationsSameLine: Boolean = true,

var isForceJsonTranslationFile: Boolean = false,
var convertToTranslationTemplate: String = "net.minecraft.client.resources.I18n.format(\"\$key\")"
var convertToTranslationTemplate: String = "net.minecraft.client.resources.I18n.format(\"\$key\")",
)

private var state = State()
Expand Down

0 comments on commit 97988d6

Please sign in to comment.