Skip to content

Commit 5a72027

Browse files
committed
Fix formatting issues
1 parent f792cc3 commit 5a72027

20 files changed

+30
-10
lines changed

pkg/cloudca/configuration/organization_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ package configuration
33
import (
44
"encoding/json"
55

6+
"testing"
7+
68
"github.com/cloud-ca/cca/pkg/cloudca/mocks"
79
"github.com/cloud-ca/cca/pkg/cloudca/mocks/configuration_mocks"
810
"github.com/golang/mock/gomock"
911
"github.com/stretchr/testify/assert"
10-
"testing"
1112
)
1213

1314
var (

pkg/cloudca/configuration/service_connection.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package configuration
22

33
import (
44
"encoding/json"
5+
56
"github.com/cloud-ca/cca/pkg/cloudca/api"
67
)
78

pkg/cloudca/configuration/service_connection_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ package configuration
33
import (
44
"encoding/json"
55

6+
"testing"
7+
68
"github.com/cloud-ca/cca/pkg/cloudca/mocks"
79
"github.com/cloud-ca/cca/pkg/cloudca/mocks/configuration_mocks"
810
"github.com/golang/mock/gomock"
911
"github.com/stretchr/testify/assert"
10-
"testing"
1112
)
1213

1314
var (

pkg/cloudca/configuration/user.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package configuration
22

33
import (
44
"encoding/json"
5+
56
"github.com/cloud-ca/cca/pkg/cloudca/api"
67
)
78

pkg/cloudca/services/cloudca/affinity_groups.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package cloudca
22

33
import (
44
"encoding/json"
5+
56
"github.com/cloud-ca/cca/pkg/cloudca/api"
67
"github.com/cloud-ca/cca/pkg/cloudca/services"
78
)

pkg/cloudca/services/cloudca/compute_offering.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package cloudca
22

33
import (
44
"encoding/json"
5+
56
"github.com/cloud-ca/cca/pkg/cloudca/api"
67
"github.com/cloud-ca/cca/pkg/cloudca/services"
78
)

pkg/cloudca/services/cloudca/network_acl.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package cloudca
22

33
import (
44
"encoding/json"
5+
56
"github.com/cloud-ca/cca/pkg/cloudca/api"
67
"github.com/cloud-ca/cca/pkg/cloudca/services"
78
)

pkg/cloudca/services/cloudca/network_offering.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package cloudca
22

33
import (
44
"encoding/json"
5+
56
"github.com/cloud-ca/cca/pkg/cloudca/api"
67
"github.com/cloud-ca/cca/pkg/cloudca/services"
78
)

pkg/cloudca/services/cloudca/port_forwarding_rule_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ package cloudca
22

33
import (
44
"fmt"
5+
"testing"
6+
57
"github.com/cloud-ca/cca/pkg/cloudca/mocks"
68
"github.com/cloud-ca/cca/pkg/cloudca/mocks/services_mocks"
79
"github.com/golang/mock/gomock"
810
"github.com/stretchr/testify/assert"
9-
"testing"
1011
)
1112

1213
const PFR_TEMPLATE = `{

pkg/cloudca/services/cloudca/public_ip.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package cloudca
22

33
import (
44
"encoding/json"
5+
56
"github.com/cloud-ca/cca/pkg/cloudca/api"
67
"github.com/cloud-ca/cca/pkg/cloudca/services"
78
)

0 commit comments

Comments
 (0)