From dbacec690da7b9a84fac7a2f0f2880d09daa2780 Mon Sep 17 00:00:00 2001 From: Cory LaNou Date: Thu, 14 May 2015 14:49:13 -0600 Subject: [PATCH] remove trailing spaces --- tests/distinct-data-scenarios.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/distinct-data-scenarios.sh b/tests/distinct-data-scenarios.sh index e456027a55..bf9118b566 100755 --- a/tests/distinct-data-scenarios.sh +++ b/tests/distinct-data-scenarios.sh @@ -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 - - - -