Skip to content

Commit f7f5d09

Browse files
committed
removing whitespace
1 parent 8733b8b commit f7f5d09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/libstd/tuple.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
//! * `Default`
2929
//!
3030
//! # Examples
31-
//!
31+
//!
3232
//! Accessing elements of a tuple at specified indices:
33-
//!
33+
//!
3434
//! ```
3535
//! let x = ("colorless", "green", "ideas", "sleep", "furiously");
3636
//! assert_eq!(x.3, "sleep");
37-
//!
37+
//!
3838
//! let v = (3i, 3i);
3939
//! let u = (1i, -5i);
4040
//! assert_eq!(v.0 * u.0 + v.1 * u.1, -12i);

0 commit comments

Comments
 (0)