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
..
2018-09-14 22:49:54 +01:00
2018-09-14 22:49:54 +01:00
2018-12-13 14:38:50 +01:00
2019-06-11 13:06:07 +02:00
2019-06-12 16:53:07 +02:00
2019-07-23 18:46:23 +02:00
2018-12-13 14:38:50 +01:00
2018-09-24 11:58:14 +01:00
2018-09-14 22:49:54 +01:00
2022-02-03 15:37:09 -06:00
2022-02-09 10:12:09 +00:00
2019-10-29 18:14:54 +01:00
2018-09-14 22:49:54 +01:00
2021-06-15 10:25:05 +02:00
2018-09-14 22:49:54 +01:00
2021-05-06 15:27:25 +03:00
2021-06-15 10:25:05 +02:00
2018-09-14 22:49:54 +01:00
2021-06-15 10:25:05 +02:00
2019-07-23 18:46:23 +02:00
2021-06-15 10:25:05 +02:00
2019-03-11 10:21:32 +01:00
2019-03-11 10:21:32 +01:00
2019-02-27 09:51:09 +00:00
2019-04-02 11:46:34 +02:00
2019-04-29 11:04:02 +01:00
2020-10-01 09:20:12 +02:00
2018-09-14 22:49:54 +01:00
2021-07-08 11:39:47 +02:00
2020-01-31 12:10:56 +00:00
2019-04-17 19:59:42 +01:00
2021-10-01 15:36:15 +02:00
2021-02-23 15:45:45 +01:00
2022-01-12 08:32:52 +01:00
2022-02-01 14:30:18 -06:00
2019-03-14 09:43:12 +00:00
2019-04-02 11:46:34 +02:00
2020-08-05 17:06:43 +02:00
2020-08-05 17:06:43 +02:00
2021-05-27 14:11:48 +02:00
2021-06-30 13:14:15 +02:00
2021-06-30 13:16:30 +02:00
2019-10-16 13:56:55 +02:00
2021-07-14 19:21:16 +02:00
2020-03-31 22:18:32 +02:00
2019-08-29 13:10:28 +02:00
2018-03-10 00:00:25 +01:00
2022-03-02 16:25:18 +01:00
2022-03-02 16:25:18 +01:00
2021-10-25 12:21:53 +01:00
2021-10-22 13:39:02 +01:00
2021-08-05 18:42:38 +02:00
2021-08-05 18:42:38 +02:00
2018-09-14 22:49:54 +01:00
2018-09-14 22:49:54 +01:00
2022-03-02 16:25:18 +01:00
2022-03-02 16:25:18 +01:00
2022-03-18 08:30:29 +01:00
2019-10-03 22:27:01 +01:00
2019-10-29 18:14:54 +01:00
2021-05-26 18:01:05 +02:00
2021-05-26 18:01:05 +02:00
2018-09-14 22:49:54 +01:00
2019-11-19 11:34:54 -03:00
2019-07-25 18:14:08 +08:00
2021-09-30 14:35:09 +02:00
2022-01-10 09:50:21 +01:00
2022-03-18 08:30:29 +01:00
2021-05-04 15:29:03 +03:00
2018-09-27 21:55:28 +01:00
2021-06-15 10:25:05 +02:00
2020-08-28 16:52:43 +02:00
2021-06-15 10:25:05 +02:00
2018-11-22 15:58:07 +01:00
2021-07-01 16:53:28 +02:00
2022-03-18 08:30:29 +01:00
2019-10-28 17:47:44 +01:00
2021-12-10 11:01:27 +01:00
2021-12-10 11:01:27 +01:00
2018-09-14 22:49:54 +01:00
2021-07-15 10:21:03 +02:00
2018-09-14 22:49:54 +01:00
2018-09-14 22:49:54 +01:00
2021-06-15 10:25:05 +02:00
2021-07-16 06:56:35 -05:00
2021-07-16 06:56:35 -05:00
2020-03-17 08:52:02 +01:00
2021-06-15 10:25:05 +02:00
2018-12-06 13:12:21 +01:00
2018-07-06 08:18:12 +02:00
2019-07-23 18:46:23 +02:00
2021-06-15 10:25:05 +02:00
2021-04-27 22:45:49 +02:00
2021-04-27 22:51:04 +02:00
2022-01-20 11:46:22 +01:00
2022-01-20 11:46:25 +01:00
2022-03-10 10:51:50 +01:00
2022-03-10 10:51:50 +01:00
2020-11-10 12:33:50 -06:00
2021-03-02 18:08:04 +00:00
2019-07-16 18:03:44 +02:00
2020-02-10 09:41:55 +01:00
2021-06-15 10:25:05 +02:00
2019-11-22 11:26:41 +01:00
2019-10-09 13:39:52 +02:00
2020-10-28 12:34:58 -05:00
2021-05-04 15:29:03 +03:00
2020-04-16 17:07:30 +08:00
2020-04-16 17:07:30 +08:00
2022-03-18 08:30:29 +01:00
2020-03-12 11:25:09 +08:00
2019-11-01 19:59:49 +08:00
2022-03-18 08:30:29 +01:00
2022-03-14 18:22:34 +01:00
2018-09-14 22:49:54 +01:00
2018-09-14 22:49:54 +01:00
2021-08-17 09:28:39 +01:00
2021-08-17 09:28:39 +01:00
2021-08-11 11:25:20 +01:00
2021-08-11 11:25:20 +01:00
2022-03-02 16:25:18 +01:00
2021-07-01 16:51:03 +02:00
2021-06-15 10:25:05 +02:00
2021-07-01 16:51:03 +02:00
2022-01-26 17:49:48 +01:00
2022-01-27 16:27:44 +01:00
2020-11-02 09:06:01 +01:00
2020-10-06 17:05:41 +02:00
2019-07-23 18:46:23 +02:00
2021-06-15 10:25:05 +02:00
2019-07-16 11:53:28 +02:00
2019-08-20 13:03:37 +02:00
2022-01-19 09:51:38 +00:00
2022-01-19 09:51:38 +00:00
2021-05-04 15:29:03 +03:00
2021-05-04 15:29:03 +03:00
2018-11-08 17:46:30 +00:00
2021-12-08 13:59:56 +00:00
2020-06-12 17:24:35 +02:00
2020-10-29 11:01:46 -05:00
2018-09-14 22:49:54 +01:00
2020-02-03 14:43:35 +01:00
2021-12-10 11:01:27 +01:00
2020-07-24 12:48:12 -05:00
2018-10-06 23:52:38 +01:00
2018-09-14 22:49:54 +01:00
2021-06-15 10:25:05 +02:00
2021-06-15 10:25:05 +02:00
2021-06-15 10:25:05 +02:00
2019-03-20 16:12:51 +00:00
2021-10-22 13:39:02 +01:00
2021-05-18 18:30:47 +02:00
2022-02-04 16:47:10 -06:00
2020-08-26 11:17:02 +02:00
2020-08-26 11:17:02 +02:00
2022-02-02 14:24:53 +01:00
2021-10-29 11:00:52 +01:00
2021-10-26 10:18:03 +01:00
2021-07-08 11:39:47 +02:00
2021-12-02 18:04:53 +01:00
2021-12-07 09:13:16 +01:00
2021-09-16 19:01:39 +01:00
2021-09-16 19:01:39 +01:00
2019-07-02 23:55:37 +01:00
2019-07-04 10:04:00 +01:00
2018-10-09 19:17:09 +01:00
2018-09-26 17:16:24 +01:00