Skip to content

Commit

Permalink
Fix invalid JSON
Browse files Browse the repository at this point in the history
Remove extra "," that breaks JSON syntax.

Change-Id: I7461d815ef40b8c1c469f46e6196169aebd7df7f
  • Loading branch information
ajaeger committed Feb 23, 2014
1 parent 7b9130b commit 7626e0b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"hash":"b039efe731ad111bc1b0ef221c3849d0",
"bytes":64,
"content_type":"application\/octet-stream",
"last_modified":"2009-02-03T05:26:32.612278"},
]
"last_modified":"2009-02-03T05:26:32.612278"}
]

0 comments on commit 7626e0b

Please sign in to comment.