Skip to content

Commit 34efb05

Browse files
committed
rustfmt
1 parent d6a6e9d commit 34efb05

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tokio-postgres/tests/test/types/smol_str_01.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ async fn test_smol_str() {
1313
"'イロハニホヘト チリヌルヲ'",
1414
),
1515
(None, "NULL"),
16-
]
17-
).await;
16+
],
17+
)
18+
.await;
1819
}

0 commit comments

Comments
 (0)