Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita624282

Browse files
committed
rustfmt
1 parentd650adb commita624282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tokio-postgres/src/query.rs‎

Lines changed: 1 addition & 1 deletion
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()asi16, p)})
161+
.map(|p|(p.borrow_to_sql().encode_format()asi16, p))
162162
.unzip();
163163
let params = params.into_iter();
164164

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp