Skip to content

Commit a624282

Browse files
committed
rustfmt
1 parent d650adb commit a624282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-postgres/src/query.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ where
158158
{
159159
let (param_formats, params): (Vec<_>, Vec<_>) = params
160160
.into_iter()
161-
.map(|p| { (p.borrow_to_sql().encode_format() as i16, p) })
161+
.map(|p| (p.borrow_to_sql().encode_format() as i16, p))
162162
.unzip();
163163
let params = params.into_iter();
164164

0 commit comments

Comments
 (0)