From afcc71e5163ff90815598ae4e92149f20e27efc5 Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Sun, 7 Jan 2024 16:04:33 +0000 Subject: [PATCH] Format Kotlin --- src/test/kotlin/filesystem/FSCreatorTest.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/kotlin/filesystem/FSCreatorTest.kt b/src/test/kotlin/filesystem/FSCreatorTest.kt index 9d19bca..29ada59 100644 --- a/src/test/kotlin/filesystem/FSCreatorTest.kt +++ b/src/test/kotlin/filesystem/FSCreatorTest.kt @@ -104,7 +104,8 @@ class FSCreatorTest { "folder", listOf( FSFolder( - "folder", // Repeated name should be fine here (not throw) + // Repeated name should be fine here (not throw) + "folder", listOf( FSFolder( "secrets",