indentation fix

[ci skip]
This commit is contained in:
Robert Habermeier 2016-06-20 12:46:57 +02:00
parent 06a3557e3e
commit 8d61c0298c

View File

@ -240,8 +240,8 @@ pub struct Args {
pub flag_no_discovery: bool,
pub flag_nat: String,
pub flag_node_key: Option<String>,
pub flag_reserved_peers: Option<String>,
pub flag_reserved_only: bool,
pub flag_reserved_peers: Option<String>,
pub flag_reserved_only: bool,
pub flag_cache_pref_size: usize,
pub flag_cache_max_size: usize,
pub flag_queue_max_size: usize,