Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 3849090

Browse files
committed
Fix erronous double-comment
1 parent 17d14a5 commit 3849090

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

openstack/telemetry/v2/meters/fixtures.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
//// +build fixtures
1+
// +build fixtures
22

33
package meters
44

55
import (
66
"fmt"
7-
th "github.com/rackspace/gophercloud/testhelper"
8-
"github.com/rackspace/gophercloud/testhelper/client"
97
"net/http"
108
"testing"
119
"time"
10+
11+
th "github.com/rackspace/gophercloud/testhelper"
12+
"github.com/rackspace/gophercloud/testhelper/client"
1213
)
1314

1415
// MeterListBody contains the canned body of a meters.List response.

0 commit comments

Comments
 (0)