From 9dcf0b5f8010227a8bedfdffef7992dc1fcfaf73 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Mon, 30 Jun 2025 17:17:01 +0800 Subject: [PATCH] ktlint format --- .../infrastructure/openapi/OpenApiConfiguration.kt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/komga/src/main/kotlin/org/gotson/komga/infrastructure/openapi/OpenApiConfiguration.kt b/komga/src/main/kotlin/org/gotson/komga/infrastructure/openapi/OpenApiConfiguration.kt index a8751dcb5..3a34529d1 100644 --- a/komga/src/main/kotlin/org/gotson/komga/infrastructure/openapi/OpenApiConfiguration.kt +++ b/komga/src/main/kotlin/org/gotson/komga/infrastructure/openapi/OpenApiConfiguration.kt @@ -194,11 +194,12 @@ class OpenApiConfiguration( .addMediaType( "application/json", MediaType() - .schema(Schema>().apply { - type = "object" - additionalProperties = true - }) - .addExamples( + .schema( + Schema>().apply { + type = "object" + additionalProperties = true + }, + ).addExamples( "Example", Example() .value(