Skip to content

Commit

Permalink
aggregate_temporal examples were incorrectly indented.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Mar 6, 2019
1 parent 1b134f7 commit 69fc6aa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions aggregate_temporal.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"type": "null"
}
]
},
"examples": [
[["2015-01-01", "2016-01-01"], ["2016-01-01", "2017-01-01"], ["2017-01-01", "2018-01-01"]],
[["00:00:00Z", "12:00:00Z"], ["12:00:00Z", "24:00:00Z"]]
]
}
}
},
"examples": [
[["2015-01-01", "2016-01-01"], ["2016-01-01", "2017-01-01"], ["2017-01-01", "2018-01-01"]],
[["00:00:00Z", "12:00:00Z"], ["12:00:00Z", "24:00:00Z"]]
]
},
"required": true
},
Expand Down

0 comments on commit 69fc6aa

Please sign in to comment.