Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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") ^ ```
- Loading branch information