Documentation tweak :lipstick:
diff --git a/openstack/common/extensions/requests.go b/openstack/common/extensions/requests.go
index 8f7fd67..8b3f0d2 100644
--- a/openstack/common/extensions/requests.go
+++ b/openstack/common/extensions/requests.go
@@ -18,8 +18,8 @@
return res
}
-// List returns a Pager which allows you to iterate over the full collection of
-// extensions. It does not accept query parameters.
+// List returns a Pager which allows you to iterate over the full collection of extensions.
+// It does not accept query parameters.
func List(c *gophercloud.ServiceClient) pagination.Pager {
return pagination.NewPager(c, listExtensionURL(c), func(r pagination.LastHTTPResponse) pagination.Page {
return ExtensionPage{pagination.SinglePageBase(r)}