Rollup merge of #31415 - tshepang:2-space-indent, r=steveklabnik

This commit is contained in:
Steve Klabnik 2016-02-04 16:39:06 -05:00
commit 96d866a19d

View File

@ -282,9 +282,9 @@ fn test_resize_policy() {
/// let mut player_stats = HashMap::new();
///
/// fn random_stat_buff() -> u8 {
/// // could actually return some random value here - let's just return
/// // some fixed value for now
/// 42
/// // could actually return some random value here - let's just return
/// // some fixed value for now
/// 42
/// }
///
/// // insert a key only if it doesn't already exist