Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-07-09 06:28:41 +0300
committerEvan Read <eread@gitlab.com>2019-07-09 06:28:41 +0300
commit25aa4e0322cc44b9f2167cb6569b34c13afd12f1 (patch)
treeeb40576aa4653898c3e2fa2c18d8771982efc9d8 /doc/api/managed_licenses.md
parentc697706aad87c0a49358164d2a4d614ccf72bc08 (diff)
Remove extra whitespaces in docs
Removes all the extra whitespaces at end of lines, inside tags, and removes extra newlines
Diffstat (limited to 'doc/api/managed_licenses.md')
-rw-r--r--doc/api/managed_licenses.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/managed_licenses.md b/doc/api/managed_licenses.md
index 9521be5abac..1af7567626f 100644
--- a/doc/api/managed_licenses.md
+++ b/doc/api/managed_licenses.md
@@ -105,7 +105,7 @@ DELETE /projects/:id/managed_licenses/:managed_license_id
curl --request DELETE --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/1/managed_licenses/4"
```
-When successful, it replies with an HTTP 204 response.
+When successful, it replies with an HTTP 204 response.
## Edit an existing managed license