From c7ea1433942bee14be096f39c67136801039263f Mon Sep 17 00:00:00 2001 From: Jokler Date: Sat, 7 Dec 2019 20:06:20 +0100 Subject: Run cargo fmt on all files --- src/plugins/factoid/database.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plugins/factoid/database.rs') diff --git a/src/plugins/factoid/database.rs b/src/plugins/factoid/database.rs index 5e7e24c..e82bd27 100644 --- a/src/plugins/factoid/database.rs +++ b/src/plugins/factoid/database.rs @@ -130,7 +130,8 @@ impl Database for Arc>> { factoids::table .filter(columns::name.eq(name)) .filter(columns::idx.eq(idx)), - ).execute(conn) + ) + .execute(conn) { Ok(v) => { if v > 0 { -- cgit v1.2.3-70-g09d2