Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Oct 11, 2023
1 parent 56f43be commit 8d69198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh/src/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ impl Session {
/// # })
/// ```
pub fn config(&self) -> &Notifier<Config> {
&self.runtime.config()
self.runtime.config()
}

/// Get informations about the zenoh [`Session`](Session).
Expand Down

0 comments on commit 8d69198

Please sign in to comment.