Skip to content

Commit dce71d2

Browse files
committed
fmt
1 parent 1235ee7 commit dce71d2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tokio-postgres/src/client.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -376,11 +376,7 @@ impl Client {
376376

377377
/// Pass text directly to the Postgres backend to allow it to sort out typing itself and
378378
/// to save a roundtrip
379-
pub async fn query_raw_txt<S, I>(
380-
&self,
381-
statement: &str,
382-
params: I,
383-
) -> Result<RowStream, Error>
379+
pub async fn query_raw_txt<S, I>(&self, statement: &str, params: I) -> Result<RowStream, Error>
384380
where
385381
S: AsRef<str>,
386382
I: IntoIterator<Item = Option<S>>,

0 commit comments

Comments
 (0)