From ac648f4ae1490622aacab413b4186df48c099718 Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Tue, 8 Nov 2016 09:12:33 +0100 Subject: [PATCH] Fix styles --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a2aef21..ca94a9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,10 +3,10 @@ name = "sqlite" version = "0.23.1" license = "Apache-2.0/MIT" authors = [ - "Ivan Stankovic ", - "Ivan Ukhov ", - "Jake Kerr ", - "Tomoki Aonuma ", + "Ivan Stankovic ", + "Ivan Ukhov ", + "Jake Kerr ", + "Tomoki Aonuma ", ] description = "The package provides an interface to SQLite." documentation = "https://docs.rs/sqlite"