Skip to content

Commit a57122e

Browse files
committed
fix lint
1 parent f7684db commit a57122e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundle/config/mutator/populate_current_user.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import (
44
"context"
55
"encoding/json"
66
"fmt"
7+
78
"github.com/databricks/cli/bundle"
89
"github.com/databricks/cli/bundle/config"
910
"github.com/databricks/cli/libs/diag"
@@ -14,8 +15,7 @@ import (
1415
)
1516

1617
type populateCurrentUser struct {
17-
lastKnownAuthorizationHeader string
18-
cache bundle.Cache
18+
cache bundle.Cache
1919
}
2020

2121
// PopulateCurrentUser sets the `current_user` property on the workspace.

0 commit comments

Comments
 (0)