Files
snapd/cmd/snap
Maciej Borzecki 52e75ac014 cmd/snap: make 1.18 vet happy
Go vet in 1.18 is more picky about fmt.*rintln and additional newlines at the
end of output, thus producing errors like:

./cmd_info_test.go:1197:4: fmt.Fprintln arg list ends with redundant newline
./cmd_info_test.go:1201:4: fmt.Fprintln arg list ends with redundant newline
./cmd_routine_portal_info_test.go:101:4: fmt.Fprintln arg list ends with redundant newline
./cmd_routine_portal_info_test.go:161:4: fmt.Fprintln arg list ends with redundant newline
./cmd_run_test.go:1755:5: fmt.Fprintln arg list ends with redundant newline

See https://github.com/golang/go/issues/49350 and https://go.dev/doc/go1.18#vet
Although I believe we should not be hitting this case, still it does not make
sense to output so many newlines, so it's worth fixing.

Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>
2022-03-18 08:30:29 +01:00
..
2019-06-12 16:53:07 +02:00
2022-03-18 08:30:29 +01:00
2022-03-18 08:30:29 +01:00
2022-03-18 08:30:29 +01:00
2022-01-27 16:27:44 +01:00
2019-08-20 13:03:37 +02:00
2021-10-26 10:18:03 +01:00
2019-07-04 10:04:00 +01:00
2018-10-09 19:17:09 +01:00