Skip to content

Commit 96d866a

Browse files
committedFeb 4, 2016
Rollup merge of #31415 - tshepang:2-space-indent, r=steveklabnik
2 parents 09e62ba + 9721752 commit 96d866a

File tree

1 file changed

+3
-3
lines changed
  • src/libstd/collections/hash

1 file changed

+3
-3
lines changed
 

‎src/libstd/collections/hash/map.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,9 @@ fn test_resize_policy() {
282282
/// let mut player_stats = HashMap::new();
283283
///
284284
/// fn random_stat_buff() -> u8 {
285-
/// // could actually return some random value here - let's just return
286-
/// // some fixed value for now
287-
/// 42
285+
/// // could actually return some random value here - let's just return
286+
/// // some fixed value for now
287+
/// 42
288288
/// }
289289
///
290290
/// // insert a key only if it doesn't already exist

0 commit comments

Comments
 (0)