diff options
author | Johannes Schleifenbaum <johannes@js-webcoding.de> | 2014-04-05 08:36:47 +0200 |
---|---|---|
committer | Johannes Schleifenbaum <johannes@js-webcoding.de> | 2014-04-05 08:37:42 +0200 |
commit | 49addad7b5f18776dbd593f628237736e638b28c (patch) | |
tree | 76f4b72c20dd8e92d596dd619791e81076d79fd0 /doc/api/commits.md | |
parent | 1f1cfc9eba6d9b60decb4fcd0645fcbfd288925f (diff) | |
download | gitlab-ce-49addad7b5f18776dbd593f628237736e638b28c.tar.gz |
Api-Doc JSON lint
Fixes: #5505
Diffstat (limited to 'doc/api/commits.md')
-rw-r--r-- | doc/api/commits.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/commits.md b/doc/api/commits.md index 69b44a2e83b..241fe0e585a 100644 --- a/doc/api/commits.md +++ b/doc/api/commits.md @@ -57,9 +57,9 @@ Parameters: "created_at": "2012-09-20T09:06:12+03:00", "committed_date": "2012-09-20T09:06:12+03:00", "authored_date": "2012-09-20T09:06:12+03:00", - "parent_ids" : [ - "ae1d9fb46aa2b07ee9836d49862ec4e2c46fbbba" - ] + "parent_ids": [ + "ae1d9fb46aa2b07ee9836d49862ec4e2c46fbbba" + ] } ``` |