Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tasks/ensure-api-healthy: fix lint warnings
Fixes linter warnings by switching error print statements from `fmt.Printf()` with newlines at the end to `fmt.Println()`. Should only use `fmt.Printf()` when we want to format a template string with args.
- Loading branch information