Skip to content

Commit

Permalink
added trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
AtulyaReddy authored and JuliaKispert committed Nov 13, 2023
1 parent a729a31 commit 41bd6aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package org.jmailen.gradle.kotlinter.functional.utils
enum class KotlinterConfig {
DEFAULT,
FAIL_BUILD_WHEN_CANNOT_AUTO_FORMAT,
IGNORE_FAILURES
IGNORE_FAILURES,
}

0 comments on commit 41bd6aa

Please sign in to comment.