Skip to content

Commit

Permalink
fix: ktlint format
Browse files Browse the repository at this point in the history
  • Loading branch information
traeper committed Jul 2, 2019
1 parent 9bae453 commit aed0e42
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import com.njkim.reactivecrypto.core.http.ExchangeHttpClient
import com.njkim.reactivecrypto.core.websocket.ExchangeWebsocketClient
import org.assertj.core.api.Assertions.assertThat
import org.junit.Test
import java.util.concurrent.CountDownLatch

class ExchangeClientFactoryTest {
@Test
Expand All @@ -43,5 +42,4 @@ class ExchangeClientFactoryTest {
assertThat(exchangeWebsocketClient).isInstanceOf(ExchangeHttpClient::class.java)
assertThat(exchangeWebsocketClient).isExactlyInstanceOf(CoinealHttpClient::class.java)
}

}

0 comments on commit aed0e42

Please sign in to comment.