From 4121c636763e4bcbca7622e9f0e341d5e0e5a3e1 Mon Sep 17 00:00:00 2001 From: Marcel Amirault Date: Mon, 15 Jul 2019 01:04:35 +0000 Subject: Remove extra blank lines from docs Removing extra blank lines in docs that serve no purpose, as well as some --- lines that also are not needed. --- doc/api/issues.md | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/api/issues.md') diff --git a/doc/api/issues.md b/doc/api/issues.md index 23126a05b66..96a547551f1 100644 --- a/doc/api/issues.md +++ b/doc/api/issues.md @@ -357,7 +357,6 @@ GET /projects/:id/issues?confidential=true | `updated_before` | datetime | no | Return issues updated on or before the given time | | `confidential` | Boolean | no | Filter confidential or public issues. | - ```bash curl --header "PRIVATE-TOKEN: " https://gitlab.example.com/api/v4/projects/4/issues ``` -- cgit v1.2.1