Skip to content

Commit 9721752

Browse files
committed
doc: Rust indents are 4-space wide by convention
1 parent b8b18aa commit 9721752

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,9 @@ fn test_resize_policy() {
279279
/// let mut player_stats = HashMap::new();
280280
///
281281
/// fn random_stat_buff() -> u8 {
282-
/// // could actually return some random value here - let's just return
283-
/// // some fixed value for now
284-
/// 42
282+
/// // could actually return some random value here - let's just return
283+
/// // some fixed value for now
284+
/// 42
285285
/// }
286286
///
287287
/// // insert a key only if it doesn't already exist

0 commit comments

Comments
 (0)