remove trailing spaces

pull/2568/head
Cory LaNou 2015-05-14 14:49:13 -06:00
parent 97aa735bf1
commit dbacec690d
1 changed files with 0 additions and 4 deletions

View File

@ -29,7 +29,3 @@ curl -d '{"database" : "foo", "retentionPolicy" : "bar", "points": [{"name": "na
curl -d '{"database" : "foo", "retentionPolicy" : "bar", "points": [{"name": "sensor", "time": "2015-05-01T00:00:00.000Z","fields": {"on": true, "off": false}}]}' -H "Content-Type: application/json" http://localhost:8086/write
curl -d '{"database" : "foo", "retentionPolicy" : "bar", "points": [{"name": "sensor", "time": "2015-05-01T08:00:00.000Z","fields": {"on": false, "off": true}}]}' -H "Content-Type: application/json" http://localhost:8086/write
curl -d '{"database" : "foo", "retentionPolicy" : "bar", "points": [{"name": "sensor", "time": "2015-05-01T16:00:00.000Z","fields": {"on": true, "off": false}}]}' -H "Content-Type: application/json" http://localhost:8086/write