Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed Jul 9, 2024
1 parent 625bea3 commit 40cd6f0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package io.provenance.explorer.grpc.v1

import kotlinx.coroutines.runBlocking
import org.junit.jupiter.api.Test
import java.net.URI
import cosmos.tx.v1beta1.ServiceOuterClass

Check failure on line 3 in service/src/test/kotlin/io/provenance/explorer/grpc/v1/TransactionGrpcClientTest.kt

View workflow job for this annotation

GitHub Actions / ktlint

Imports must be ordered in lexicographic order without any empty lines in-between with "java", "javax", "kotlin" and aliases in the end
import io.provenance.explorer.domain.exceptions.TendermintApiException
import java.net.URI
import kotlinx.coroutines.runBlocking
import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test

class TransactionGrpcClientTest {

Expand Down

0 comments on commit 40cd6f0

Please sign in to comment.