disable star imports in editorconfig and format all imports

This commit is contained in:
a10zn8
2023-02-13 17:20:35 +04:00
parent c34ceb3de7
commit dc7ca5b642
74 changed files with 101 additions and 148 deletions

View File

@@ -1,7 +1,7 @@
package io.emeraldpay.dshackle.config
import io.emeraldpay.dshackle.Chain
import org.junit.jupiter.api.Assertions.*
import org.junit.jupiter.api.Assertions.assertEquals
import org.junit.jupiter.api.Test
internal class ChainsConfigTest {