mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-24 20:21:09 +01:00
Append call in form of `append(s)` has no effect, it just returns `s`. Sometimes such invocation is a sign of a programming error, so it's better to remove these. Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>