mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Use bytes.TrimSpace instead of using the strings package, which is more performant, and allows us to skip the intermediate variable. Also combined some "if" statements to reduce cyclomatic complexity. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>