Remove whitespace

This commit is contained in:
Michael Vines 2019-09-20 08:20:19 -07:00
parent 890be36fd3
commit debee350f8
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
2 changed files with 0 additions and 5 deletions

View File

@ -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"

View File

@ -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"