First monitoring API endpoint implemented
diff --git a/openstack/identity/service_catalog_test.go b/openstack/identity/service_catalog_test.go
index 4411b9f..82e4d9a 100644
--- a/openstack/identity/service_catalog_test.go
+++ b/openstack/identity/service_catalog_test.go
@@ -1,8 +1,8 @@
 package identity
 
 import (
-	"testing"
 	"encoding/json"
+	"testing"
 )
 
 func TestServiceCatalog(t *testing.T) {
@@ -88,4 +88,4 @@
 		return true
 	}
 	return false
-}
\ No newline at end of file
+}