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 AtulyaReddy committed Oct 26, 2023
1 parent 062ae6f commit c301dde
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 c301dde

Please sign in to comment.