mirror of
https://github.com/moby/moby.git
synced 2026-07-08 15:48:52 +00:00
fmt package formats an error by calling its Error() method. This results in recursion. Fix this. Also remove dead code. Signed-off-by: Anusha Ragunathan <anusha@docker.com>