client: Remove unneeded return
(#20685)
This PR removes an unneeded `return` that was introduced in #19928. Release Notes: - N/A
This commit is contained in:
parent
690a725667
commit
43999c47e1
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ impl Telemetry {
|
|||
let state = self.state.lock();
|
||||
let enabled = state.settings.metrics;
|
||||
drop(state);
|
||||
return enabled;
|
||||
enabled
|
||||
}
|
||||
|
||||
pub fn set_authenticated_user_info(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue