Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah committed Apr 11, 2024
1 parent 82bcc39 commit 5bddbcf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions azure-kusto-data/src/operations/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,7 @@ impl QueryRunner {
let bytes = bytes::Bytes::from(serde_json::to_string(&body)?);
request.set_body(bytes);

let response = self
.client
.pipeline()
.send(&context, &mut request)
.await?;
let response = self.client.pipeline().send(&context, &mut request).await?;
Ok(response)
}

Expand Down

0 comments on commit 5bddbcf

Please sign in to comment.