diff --git a/kube-runtime/src/watcher.rs b/kube-runtime/src/watcher.rs index eff22739d..e259e154a 100644 --- a/kube-runtime/src/watcher.rs +++ b/kube-runtime/src/watcher.rs @@ -710,7 +710,7 @@ where /// Ok(()) /// }) /// .await?; -/// Ok(()) +/// Ok(()) /// } /// ``` /// [`WatchStreamExt`]: super::WatchStreamExt @@ -773,7 +773,7 @@ pub fn watcher( /// Ok(()) /// }) /// .await?; -/// Ok(()) +/// Ok(()) /// } /// ``` /// [`WatchStreamExt`]: super::WatchStreamExt