DCM - fix code formatting via vscode (II) 75/110675/5
authorIgor D.C <igor.duarte.cardoso@intel.com>
Wed, 29 Jul 2020 01:37:15 +0000 (01:37 +0000)
committerIgor D.C <igor.duarte.cardoso@intel.com>
Wed, 5 Aug 2020 23:03:58 +0000 (23:03 +0000)
commit11dda8300d3872f9414e7fff0402fd6fcbf6d537
tree623f1df58e6964c19eedae9cbd983a0971be26ee
parent2300429de7a5b316172c549456f91a68cba89f83
DCM - fix code formatting via vscode (II)

Part two of fixing code format/syntax with Visual Studio Code.

Furthermore, also switched line endings from CRLF to LF (all test
files seemed to be ending this way, unlike the other Go files).

Issue-ID: MULTICLOUD-1143
Signed-off-by: Igor D.C <igor.duarte.cardoso@intel.com>
Change-Id: Iaae868c780a42ea82ca1208e3cbdc3ec6ffd1f97
15 files changed:
src/dcm/api/clusterHandler.go
src/dcm/api/keyValueHandler.go
src/dcm/api/quotaHandler.go
src/dcm/api/userPermissionsHandler.go
src/dcm/cmd/main.go
src/dcm/pkg/module/cluster.go
src/dcm/pkg/module/cluster_test.go
src/dcm/pkg/module/keyvalue.go
src/dcm/pkg/module/keyvalue_test.go
src/dcm/pkg/module/logicalcloud_test.go
src/dcm/pkg/module/module.go
src/dcm/pkg/module/quota.go
src/dcm/pkg/module/quota_test.go
src/dcm/pkg/module/userpermissions.go
src/dcm/pkg/module/userpermissions_test.go