diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-09 12:20:37 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-09 12:20:37 +0100 |
commit | e4942490ee6f51573223772ceee8a8ac46b55ae6 (patch) | |
tree | 5500ce3ba4a4b9f43221f92bf7a714d70b024f49 /src/consul.rs | |
parent | fdb83162ce9979184a9d680c5ec4f64235497485 (diff) | |
download | tricot-e4942490ee6f51573223772ceee8a8ac46b55ae6.tar.gz tricot-e4942490ee6f51573223772ceee8a8ac46b55ae6.zip |
Cargo clippydocker-19
Diffstat (limited to 'src/consul.rs')
-rw-r--r-- | src/consul.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/consul.rs b/src/consul.rs index 6750ba0..ee1935c 100644 --- a/src/consul.rs +++ b/src/consul.rs @@ -114,7 +114,7 @@ impl Consul { }; let resp: ConsulNodeCatalog = http.json().await?; - return Ok((resp, new_idx)); + Ok((resp, new_idx)) } // ---- KV get and put ---- |