d02918ddb23b10c67f448c3480daafb97a891f50
This should eliminate a bunch of new (go-1.11 related) validation errors telling that the code is not formatted with `gofmt -s`. No functional change, just whitespace (i.e. `git show --ignore-space-change` shows nothing). Patch generated with: > git ls-files | grep -v ^vendor/ | grep .go$ | xargs gofmt -s -w Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> (cherry picked from commit 9b0097a69900009ab5c2480e047952cba60462a7) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: ee28567c7066368207a947e02c6242db7a4adb16 Component: engine
Description
No description provided
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%