mirror of https://github.com/knative/pkg.git
golang format tools (#437)
Produced via: `gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))` `goimports -w $(find -name '*.go' | grep -v vendor)`
This commit is contained in:
parent
67d95db076
commit
17ec1ed50d
|
@ -220,8 +220,8 @@ func TestEmptyComponent(t *testing.T) {
|
|||
Name: "config-logging",
|
||||
},
|
||||
Data: map[string]string{
|
||||
"zap-logger-config": "{\"level\": \"error\",\n\"outputPaths\": [\"stdout\"],\n\"errorOutputPaths\": [\"stderr\"],\n\"encoding\": \"json\"}",
|
||||
"loglevel.": ll.String(),
|
||||
"zap-logger-config": "{\"level\": \"error\",\n\"outputPaths\": [\"stdout\"],\n\"errorOutputPaths\": [\"stderr\"],\n\"encoding\": \"json\"}",
|
||||
"loglevel.": ll.String(),
|
||||
},
|
||||
})
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue