Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary use of fmt.Sprintf #291

Merged
merged 1 commit into from
May 13, 2020

Conversation

tklauser
Copy link
Contributor

Fixes the following staticcheck error:

 ##[error]runtime/ui/view/layer.go:304:17: S1039: unnecessary use of fmt.Sprintf (gosimple)
			headerStr += fmt.Sprintf("\nLayer")
			             ^

Fixes the following staticcheck error:

```
 ##[error]runtime/ui/view/layer.go:304:17: S1039: unnecessary use of fmt.Sprintf (gosimple)
			headerStr += fmt.Sprintf("\nLayer")
			             ^
```
@tklauser tklauser mentioned this pull request Mar 26, 2020
@wagoodman wagoodman merged commit d8ce26d into wagoodman:master May 13, 2020
@tklauser tklauser deleted the remove-unnecessary-fmt-sprintf branch May 13, 2020 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants