Skip to content

Commit

Permalink
fixing import orderings
Browse files Browse the repository at this point in the history
  • Loading branch information
cworsnop-figure committed May 3, 2022
1 parent 9438bba commit df9fa7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ import io.provenance.scope.sdk.Affiliate
import io.provenance.scope.sdk.Client
import io.provenance.scope.sdk.ClientConfig
import io.provenance.scope.sdk.SharedClient
import kotlin.reflect.full.functions
import mu.KotlinLogging
import org.springframework.stereotype.Component
import java.net.URI
import java.security.KeyPair
import java.util.concurrent.TimeUnit
import kotlin.reflect.full.functions

private val log = KotlinLogging.logger { }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package io.provenance.onboarding.frameworks.cee
import com.google.protobuf.Message
import io.provenance.onboarding.domain.cee.ContractParser
import io.provenance.onboarding.domain.cee.InputParser
import kotlin.reflect.full.isSubclassOf
import org.springframework.stereotype.Component
import kotlin.reflect.full.isSubclassOf

@Component
class ContractParserService(
Expand Down

0 comments on commit df9fa7b

Please sign in to comment.