Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
abuchanan-airbyte committed Oct 9, 2024
1 parent 72610dc commit ae7f297
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions internal/cmd/local/local/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ type Command struct {
provider k8s.Provider
docker *docker.Docker

http HTTPClient
helm helm.Client
k8s k8s.Client
portHTTP int
spinner *pterm.SpinnerPrinter
tel telemetry.Client
launcher BrowserLauncher
userHome string
http HTTPClient
helm helm.Client
k8s k8s.Client
portHTTP int
spinner *pterm.SpinnerPrinter
tel telemetry.Client
launcher BrowserLauncher
userHome string
}

// Option for configuring the Command, primarily exists for testing
Expand Down
4 changes: 2 additions & 2 deletions internal/cmd/local/local_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ func TestInstallOpts(t *testing.T) {
b, _ := os.ReadFile("local/testdata/expected-default.values.yaml")
cmd := InstallCmd{
// Don't let the code dynamically resolve the latest chart version.
Chart: "/test/path/to/chart",
Chart: "/test/path/to/chart",
}
expect := &local.InstallOpts{
HelmValuesYaml: string(b),
HelmValuesYaml: string(b),
AirbyteChartLoc: "/test/path/to/chart",
}
opts, err := cmd.InstallOpts("test-user")
Expand Down

0 comments on commit ae7f297

Please sign in to comment.