DockerCLI/cli/compose
Sebastiaan van Stijn b083f625e4
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>
(cherry picked from commit 612d83d6df)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-01-06 13:16:57 +01:00
..
convert cli/compose/convert: driverObjectConfig - result 1 (error) is always nil (unparam) 2020-01-06 13:16:45 +01:00
interpolation cli: remove unnecessary newlines (whitespace) 2020-01-06 13:16:57 +01:00
loader cli/compose/loader: Using a reference for the variable on range scope `overrideService` (scopelint) 2020-01-06 13:16:53 +01:00
schema cli: remove unnecessary newlines (whitespace) 2020-01-06 13:16:57 +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) 2020-01-06 13:16:32 +01:00