Skip to content

Commit

Permalink
Remove extraneous blank lines in doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aturon committed May 17, 2022
1 parent 6e9c850 commit ef2558a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tokio/src/runtime/builder.rs
Expand Up @@ -578,7 +578,6 @@ impl Builder {
/// ```
/// # use tokio::runtime;
/// # use std::time::Duration;
///
/// # pub fn main() {
/// let rt = runtime::Builder::new_multi_thread()
/// .thread_keep_alive(Duration::from_millis(100))
Expand Down Expand Up @@ -606,7 +605,6 @@ impl Builder {
///
/// ```
/// # use tokio::runtime;
///
/// # pub fn main() {
/// let rt = runtime::Builder::new_multi_thread()
/// .global_queue_interval(31)
Expand Down Expand Up @@ -637,7 +635,6 @@ impl Builder {
///
/// ```
/// # use tokio::runtime;
///
/// # pub fn main() {
/// let rt = runtime::Builder::new_multi_thread()
/// .event_interval(31)
Expand Down

0 comments on commit ef2558a

Please sign in to comment.