Skip to content

Commit

Permalink
refactor: remove unnecessary noise in the diff
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev committed Apr 27, 2021
1 parent 7f2b97d commit 215b001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/iac/terraform/state/backend/s3_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type S3Backend struct {
}

func NewS3Reader(path string) (*S3Backend, error) {

backend := S3Backend{}
bucketPath := strings.Split(path, "/")
if len(bucketPath) < 2 {
Expand Down

0 comments on commit 215b001

Please sign in to comment.