Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ca150a9

Browse files
committedJun 16, 2015
Change formatting of criteria list
1 parent e2f2712 commit ca150a9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎spec.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,12 @@ from an author with the name `annoyingguy`:
115115
```json
116116
{
117117
"type": "and",
118-
"criteria": [ {
118+
"criteria": [
119+
{
119120
"type": "template",
120121
"tags": [ "question" ]
121-
}, {
122+
},
123+
{
122124
"type": "not",
123125
"criterion": {
124126
"type": "template",

0 commit comments

Comments
 (0)
Please sign in to comment.