diff --git a/backend/data/src/test/kotlin/io/tolgee/unit/formats/json/out/JsonFileExporterTest.kt b/backend/data/src/test/kotlin/io/tolgee/unit/formats/json/out/JsonFileExporterTest.kt index 10d3fea448..501582b243 100644 --- a/backend/data/src/test/kotlin/io/tolgee/unit/formats/json/out/JsonFileExporterTest.kt +++ b/backend/data/src/test/kotlin/io/tolgee/unit/formats/json/out/JsonFileExporterTest.kt @@ -214,17 +214,17 @@ class JsonFileExporterTest { val exporter = getExporter( translations = - buildExportTranslationList { - add( - languageTag = "cs-CZ", - keyName = "item", - text = "A", - ) - }.translations, + buildExportTranslationList { + add( + languageTag = "cs-CZ", + keyName = "item", + text = "A", + ) + }.translations, exportParams = - ExportParams().also { - it.fileStructureTemplate = "{snakeLanguageTag}/hello/{namespace}.{extension}" - }, + ExportParams().also { + it.fileStructureTemplate = "{snakeLanguageTag}/hello/{namespace}.{extension}" + }, ) val files = exporter.produceFiles() @@ -237,17 +237,17 @@ class JsonFileExporterTest { val exporter = getExporter( translations = - buildExportTranslationList { - add( - languageTag = "cs-CZ", - keyName = "item", - text = "A", - ) - }.translations, + buildExportTranslationList { + add( + languageTag = "cs-CZ", + keyName = "item", + text = "A", + ) + }.translations, exportParams = - ExportParams().also { - it.fileStructureTemplate = "{androidLanguageTag}/hello/{namespace}.{extension}" - }, + ExportParams().also { + it.fileStructureTemplate = "{androidLanguageTag}/hello/{namespace}.{extension}" + }, ) val files = exporter.produceFiles()