moby--moby/pkg/jsonmessage
Sebastiaan van Stijn 04fcb6cfbf
pkg/jsonmessage: fix SA1006: printf-style function with no arguments
Also fixed some incorrectly formatted comments

```
pkg/jsonmessage/jsonmessage.go:180:20: SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
		fmt.Fprintf(out, endl)
		                 ^
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-10-18 00:45:37 +02:00
..
jsonmessage.go pkg/jsonmessage: fix SA1006: printf-style function with no arguments 2019-10-18 00:45:37 +02:00
jsonmessage_test.go TestDisplayJSONMessagesStreamInvalidJSON: fix error check 2019-09-18 12:57:26 +02:00