From 7057c28d2f3fc9fc618ffd7980f7f932fae90051 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Mon, 9 Oct 2023 13:36:05 +0800 Subject: [PATCH] style: ktlint --- .../org/gotson/komga/interfaces/api/rest/SeriesController.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komga/src/main/kotlin/org/gotson/komga/interfaces/api/rest/SeriesController.kt b/komga/src/main/kotlin/org/gotson/komga/interfaces/api/rest/SeriesController.kt index 1b1e4aed5..02d0d1abb 100644 --- a/komga/src/main/kotlin/org/gotson/komga/interfaces/api/rest/SeriesController.kt +++ b/komga/src/main/kotlin/org/gotson/komga/interfaces/api/rest/SeriesController.kt @@ -59,9 +59,9 @@ import org.gotson.komga.interfaces.api.rest.dto.CollectionDto import org.gotson.komga.interfaces.api.rest.dto.GroupCountDto import org.gotson.komga.interfaces.api.rest.dto.SeriesDto import org.gotson.komga.interfaces.api.rest.dto.SeriesMetadataUpdateDto -import org.gotson.komga.interfaces.api.rest.dto.ThumbnailSeriesDto import org.gotson.komga.interfaces.api.rest.dto.TachiyomiReadProgressUpdateV2Dto import org.gotson.komga.interfaces.api.rest.dto.TachiyomiReadProgressV2Dto +import org.gotson.komga.interfaces.api.rest.dto.ThumbnailSeriesDto import org.gotson.komga.interfaces.api.rest.dto.restrictUrl import org.gotson.komga.interfaces.api.rest.dto.toDto import org.springframework.core.io.FileSystemResource