Skip to content

Commit

Permalink
fix doc comment code indentation mishaps (#1531)
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Dolberg <[email protected]>
  • Loading branch information
Gbd199 authored Jun 25, 2024
1 parent f7aca40 commit f9902f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kube-runtime/src/watcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ where
/// Ok(())
/// })
/// .await?;
/// Ok(())
/// Ok(())
/// }
/// ```
/// [`WatchStreamExt`]: super::WatchStreamExt
Expand Down Expand Up @@ -773,7 +773,7 @@ pub fn watcher<K: Resource + Clone + DeserializeOwned + Debug + Send + 'static>(
/// Ok(())
/// })
/// .await?;
/// Ok(())
/// Ok(())
/// }
/// ```
/// [`WatchStreamExt`]: super::WatchStreamExt
Expand Down

0 comments on commit f9902f1

Please sign in to comment.