commit | e246ac036e0e0c3b6899bfd5eb31517008313085 | [log] [tgz] |
---|---|---|
author | Samuel A. Falvo II <kc5tja@arrl.net> | Thu Feb 13 23:20:09 2014 -0800 |
committer | Samuel A. Falvo II <kc5tja@arrl.net> | Thu Feb 13 23:20:09 2014 -0800 |
tree | ed02d063c68fc78b1baddce13923d0a098f74724 | |
parent | 0abdb10ec53690232b3dc216f01e7dbdd997221d [diff] [blame] |
go fmt
diff --git a/acceptance/openstack/identity_test.go b/acceptance/openstack/identity_test.go index edb24ab..5bd9355 100644 --- a/acceptance/openstack/identity_test.go +++ b/acceptance/openstack/identity_test.go
@@ -1,11 +1,11 @@ package openstack import ( - "testing" "fmt" - "os" "github.com/rackspace/gophercloud/openstack/identity" "github.com/rackspace/gophercloud/openstack/utils" + "os" + "testing" "text/tabwriter" ) @@ -106,4 +106,3 @@ fmt.Printf(" %s\n", alias) } } -