From 1ad1767457a5e320692b9a61db7d60560695c11c Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Tue, 31 Aug 2021 23:10:39 +0800 Subject: [PATCH] cargo fmt --- tests/common/setup/schema.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common/setup/schema.rs b/tests/common/setup/schema.rs index 321d6512..7e668f29 100644 --- a/tests/common/setup/schema.rs +++ b/tests/common/setup/schema.rs @@ -210,7 +210,7 @@ pub async fn create_cakes_bakers_table(db: &DbConn) -> Result ) .primary_key( Index::create() - .name("pk-cakes_bakers") + .name("pk-cakes_bakers") .col(cakes_bakers::Column::CakeId) .col(cakes_bakers::Column::BakerId), )