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:
authorJohannes Schleifenbaum <johannes@js-webcoding.de>2014-04-05 10:36:47 +0400
committerJohannes Schleifenbaum <johannes@js-webcoding.de>2014-04-05 10:37:42 +0400
commit49addad7b5f18776dbd593f628237736e638b28c (patch)
tree76f4b72c20dd8e92d596dd619791e81076d79fd0 /doc/api/commits.md
parent1f1cfc9eba6d9b60decb4fcd0645fcbfd288925f (diff)
Api-Doc JSON lint
Fixes: #5505
Diffstat (limited to 'doc/api/commits.md')
-rw-r--r--doc/api/commits.md6
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"
+ ]
}
```