Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-goenka committed Jul 29, 2024
1 parent 5d213dd commit eeafcb4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bundle/config/validate/unique_resource_keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ import (
"context"
"fmt"
"slices"
<<<<<<< HEAD
=======
"sort"
>>>>>>> origin

"github.com/databricks/cli/bundle"
"github.com/databricks/cli/libs/diag"
Expand Down Expand Up @@ -112,7 +109,7 @@ func (m *uniqueResourceKeys) Apply(ctx context.Context, b *bundle.Bundle) diag.D
Summary: fmt.Sprintf("multiple resources have been defined with the same key: %s", k),
Locations: v.locations,
Paths: v.paths,
gs })
})
}

return diags
Expand Down

0 comments on commit eeafcb4

Please sign in to comment.