DockerCLI/cli/compose
Sebastiaan van Stijn 612d83d6df
cli: remove unnecessary newlines (whitespace)
```
cli/config/config_test.go:465: unnecessary trailing newline (whitespace)

}
cli/compose/interpolation/interpolation.go:56: unnecessary leading newline (whitespace)
	switch value := value.(type) {

cli/compose/interpolation/interpolation.go:94: unnecessary trailing newline (whitespace)

	}
cli/command/image/build/context.go:348: unnecessary trailing newline (whitespace)

		}
internal/licenseutils/client_test.go:98: unnecessary leading newline (whitespace)
func (c *fakeLicensingClient) LoadLocalLicense(ctx context.Context, dclnt licensing.WrappedDockerClient) (*model.Subscription, error) {

cli/registry/client/fetcher.go:211: unnecessary leading newline (whitespace)
	for _, endpoint := range endpoints {
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-10-31 19:22:36 +01:00
..
convert cli/compose/convert: driverObjectConfig - result 1 (error) is always nil (unparam) 2019-10-31 19:22:26 +01:00
interpolation cli: remove unnecessary newlines (whitespace) 2019-10-31 19:22:36 +01:00
loader cli/compose/loader: Using a reference for the variable on range scope `overrideService` (scopelint) 2019-10-31 19:22:34 +01:00
schema cli: remove unnecessary newlines (whitespace) 2019-10-31 19:22:36 +01:00
template Fix some spelling errors 2019-01-11 15:49:02 +08:00
types cli/compose/types/types.go:106:2: structtag: struct field tag `yaml:",inline", json:"-"` not compatible with reflect.StructTag.Get: key:"value" pairs not separated by spaces (govet) 2019-10-31 19:22:14 +01:00