Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amittiwari28 committed Feb 18, 2025
1 parent a65a13a commit 00f5168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/opts/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func (o Options) restConfig() (*rest.Config, error) {
// to enable usecases of env variable injection, such as using vault-env
func (o *Options) dbConfig() error {

Check failure on line 207 in pkg/app/opts/options.go

View workflow job for this annotation

GitHub Actions / required

unnecessary leading newline (whitespace)

Check failure on line 208 in pkg/app/opts/options.go

View workflow job for this annotation

GitHub Actions / required

File is not properly formatted (gci)
if o.Etcd == true {
if o.Etcd {
return nil
}
o.DBHost = os.Getenv("DB_HOST")
Expand Down

0 comments on commit 00f5168

Please sign in to comment.