Skip to content

Commit

Permalink
fix ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhee17 committed Apr 3, 2024
1 parent d71803d commit 655d48c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ private fun toArgMap(
ReflectionUtils.getAllMethods(
classifier.java,
Predicate {
it.isSynthetic && Modifier.isStatic(it.modifiers) && it.name == "box-impl"
it.isSynthetic && Modifier.isStatic(it.modifiers) &&
it.name == "box-impl"
},
)
checkState(
Expand Down

0 comments on commit 655d48c

Please sign in to comment.