Skip to content

Commit

Permalink
Merge pull request #81 from arangodb-managed/OAS-6485
Browse files Browse the repository at this point in the history
OAS-6485 | Reformat code for Go v1.19
  • Loading branch information
Robert-Stam authored Jan 21, 2023
2 parents cd589fe + 1ed700a commit 490d6b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
//
// Copyright holder is ArangoDB GmbH, Cologne, Germany
//
// Author Gergely Brautigam
//

package provider

import (
Expand Down
2 changes: 1 addition & 1 deletion internal/operational_test_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
rm "github.com/arangodb-managed/apis/resourcemanager/v1"
)

//FetchOrganizationID finds and retrieves the first Organization ID it finds for a user.
// FetchOrganizationID finds and retrieves the first Organization ID it finds for a user.
func FetchOrganizationID() (string, error) {
orgID := os.Getenv("OASIS_TEST_ORGANIZATION_ID")
if orgID == "" {
Expand Down

0 comments on commit 490d6b4

Please sign in to comment.