mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-20 22:21:09 +02: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>