Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli/command/formatter: Error return value of
ContainerWrite
is not …
…checked (errcheck) ``` cli/command/formatter/container_test.go:315:17: Error return value of `ContainerWrite` is not checked (errcheck) ContainerWrite(context.context, containers) ^ ``` Signed-off-by: Sebastiaan van Stijn <[email protected]>
- Loading branch information