From debee350f8df4600e9f035626024506f79fb5c6b Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 20 Sep 2019 08:20:19 -0700 Subject: [PATCH] Remove whitespace --- cli/Cargo.toml | 2 -- install/Cargo.toml | 3 --- 2 files changed, 5 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 6b45c12df5..6b0e024036 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -44,8 +44,6 @@ url = "2.1.0" solana-core = { path = "../core", version = "0.19.0-pre0" } solana-budget-program = { path = "../programs/budget_program", version = "0.19.0-pre0" } - - [[bin]] name = "solana" path = "src/main.rs" diff --git a/install/Cargo.toml b/install/Cargo.toml index 2a432cb0ce..e15dbfc092 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -8,9 +8,6 @@ repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" - - - [dependencies] atty = "0.2.11" bincode = "1.1.4"