fw_dut_info: Be explicit about newlines.

go vet enforces that the Println argument list does not end with a
newline (background: https://github.com/golang/go/issues/23062), so
migrate to Print, as the two consecutive newlines are intentional for
output formatting.

BUG=b:200825596
TEST=go vet fw_dut_info.go (runs cleanly now)

Change-Id: I133b84d27ba4ef8f9227544200a73844a74c49ac
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crostestutils/+/3307826
Tested-by: Kevin Shelton <kmshelton@chromium.org>
Auto-Submit: Kevin Shelton <kmshelton@chromium.org>
Commit-Queue: Kevin Shelton <kmshelton@chromium.org>
Reviewed-by: Andrew Luo <aluo@chromium.org>
1 file changed