Skip to content

Commit 79bc492

Browse files
committed
Improve indentiation
1 parent 3947017 commit 79bc492

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/async.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -523,10 +523,9 @@ fn insert_exec() {
523523
.test(|mut db| async move {
524524
let prep = db
525525
.prep(
526-
"INSERT INTO `users` \
527-
(`username`, `email`, `password_digest`, `created_at`, \
528-
`session_token`, `rss_token`, `mailing_list_token`) \
529-
VALUES (?, ?, ?, ?, ?, ?, ?)",
526+
"INSERT INTO `users` (`username`, `email`, `password_digest`, \
527+
`created_at`, `session_token`, `rss_token`, `mailing_list_token`) \
528+
VALUES (?, ?, ?, ?, ?, ?, ?)",
530529
)
531530
.await?;
532531

0 commit comments

Comments
 (0)