SIGN IN SIGN UP
wagoodman / dive UNCLAIMED

A tool for exploring each layer in a docker image

0 0 90 Go

Remove unnecessary use of fmt.Sprintf

Fixes the following staticcheck error:

```
 ##[error]runtime/ui/view/layer.go:304:17: S1039: unnecessary use of fmt.Sprintf (gosimple)
			headerStr += fmt.Sprintf("\nLayer")
			             ^
```
T
Tobias Klauser committed
915e5ba8ab59bb6f0825f5ba542011f14e168a89
Parent: c6bb237