From 096186b2ca129d83b1041a2a9226d5a7fba0226b Mon Sep 17 00:00:00 2001 From: KunoiSayami <46131041+KunoiSayami@users.noreply.github.com> Date: Mon, 10 May 2021 19:23:14 +0800 Subject: style(core): Address cargo fmt --- src/database.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/database.rs') diff --git a/src/database.rs b/src/database.rs index eceec98..e620241 100644 --- a/src/database.rs +++ b/src/database.rs @@ -17,7 +17,7 @@ ** You should have received a copy of the GNU Affero General Public License ** along with this program. If not, see . */ -#[deprecated(since = "0.3.0", note = "Please use v2 instead")] +#[deprecated(since = "0.3.0", note = "Please use v2 instead")] #[allow(dead_code)] pub mod v1 { pub const CREATE_TABLES: &str = r#" -- cgit v1.3.1