Update sync_key_gen.rs

Indent code in comments
This commit is contained in:
Weiliang Li 2019-07-29 15:54:09 +09:00 committed by Andreas Fackler
parent b0e3ad5d4c
commit 98aad993e0
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
//! pub_keys.clone(), //! pub_keys.clone(),
//! threshold, //! threshold,
//! &mut rng, //! &mut rng,
//! ).unwrap_or_else(|_| panic!("Failed to create `SyncKeyGen` instance for node #{}", id)); //! ).unwrap_or_else(|_| panic!("Failed to create `SyncKeyGen` instance for node #{}", id));
//! nodes.insert(id, sync_key_gen); //! nodes.insert(id, sync_key_gen);
//! parts.push((id, opt_part.unwrap())); // Would be `None` for observer nodes. //! parts.push((id, opt_part.unwrap())); // Would be `None` for observer nodes.
//! } //! }