Skip to content

Commit

Permalink
Run gofmt on e2e_volume_snapshot_test.go (#4666)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdmanv authored and Ilya Kislenko committed Jan 3, 2019
1 parent 5f1a2cb commit f24ca64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/function/e2e_volume_snapshot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func NewTestProfile(namespace string, secretName string) *crv1alpha1.Profile {
Namespace: namespace,
},
Location: crv1alpha1.Location{
Type: crv1alpha1.LocationTypeS3Compliant,
Type: crv1alpha1.LocationTypeS3Compliant,
Region: os.Getenv(AWSRegion),
},
Credential: crv1alpha1.Credential{
Expand Down

0 comments on commit f24ca64

Please sign in to comment.