diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-07-11 22:53:54 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-07-11 22:53:54 +0000 |
commit | b71835818a65d2aa8ae81b4a7dd6ba8689bc55ae (patch) | |
tree | dc8d4b7c33ed6b4b767793281386bdfc2ff31450 /doc/api/repositories.md | |
parent | e1d1728d409b87916d82698ca107b2c7ba65507e (diff) | |
download | gitlab-ce-b71835818a65d2aa8ae81b4a7dd6ba8689bc55ae.tar.gz |
Remove hard tabs from docs
Hard tabs do not follow general markdown guidelines
are were removed from the few docs that used them
Diffstat (limited to 'doc/api/repositories.md')
-rw-r--r-- | doc/api/repositories.md | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/api/repositories.md b/doc/api/repositories.md index ffae5c17310..4aff79c9c62 100644 --- a/doc/api/repositories.md +++ b/doc/api/repositories.md @@ -235,17 +235,17 @@ Example response: ```json { - "id": "1a0b36b3cdad1d2ee32457c102a8c0b7056fa863", - "short_id": "1a0b36b3", - "title": "Initial commit", - "created_at": "2014-02-27T08:03:18.000Z", - "parent_ids": [], - "message": "Initial commit\n", - "author_name": "Dmitriy Zaporozhets", - "author_email": "dmitriy.zaporozhets@gmail.com", - "authored_date": "2014-02-27T08:03:18.000Z", - "committer_name": "Dmitriy Zaporozhets", - "committer_email": "dmitriy.zaporozhets@gmail.com", - "committed_date": "2014-02-27T08:03:18.000Z" + "id": "1a0b36b3cdad1d2ee32457c102a8c0b7056fa863", + "short_id": "1a0b36b3", + "title": "Initial commit", + "created_at": "2014-02-27T08:03:18.000Z", + "parent_ids": [], + "message": "Initial commit\n", + "author_name": "Dmitriy Zaporozhets", + "author_email": "dmitriy.zaporozhets@gmail.com", + "authored_date": "2014-02-27T08:03:18.000Z", + "committer_name": "Dmitriy Zaporozhets", + "committer_email": "dmitriy.zaporozhets@gmail.com", + "committed_date": "2014-02-27T08:03:18.000Z" } ``` |