Skip to content

Commit

Permalink
Format HttpElasticExecutor file
Browse files Browse the repository at this point in the history
  • Loading branch information
dbulaja98 committed Dec 14, 2022
1 parent 2f085a8 commit 0e40c9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import sttp.client3.{Identity, RequestT, Response, ResponseException, SttpBacken
import sttp.model.MediaType.ApplicationJson
import sttp.model.StatusCode.Ok
import sttp.model.Uri
import zio.Task
import zio.ZIO.logDebug
import zio.elasticsearch.ElasticRequest._
import zio.Task

private[elasticsearch] final class HttpElasticExecutor private (config: ElasticConfig, client: SttpBackend[Task, Any])
extends ElasticExecutor {
Expand Down

0 comments on commit 0e40c9b

Please sign in to comment.