fix(deps): update dependency io.gitlab.arturbosch.detekt:detekt-formatting to v1.23.1 (#471)

* fix(deps): update dependency io.gitlab.arturbosch.detekt:detekt-formatting to v1.23.1

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ryan Brink <rbweb@pm.me>
This commit is contained in:
renovate[bot]
2023-09-10 18:02:42 -04:00
committed by GitHub
parent 833bf463e7
commit 2410c81797
5 changed files with 7 additions and 5 deletions

View File

@ -18,6 +18,7 @@ import kotlin.reflect.full.isSubclassOf
object SchemaGenerator {
@Suppress("CyclomaticComplexMethod")
fun fromTypeToSchema(
type: KType,
cache: MutableMap<String, JsonSchema>,