From 8e37d047aaec489992e8effb41f26207621dc026 Mon Sep 17 00:00:00 2001 From: "insanity@loafle.com" Date: Tue, 27 Jun 2017 12:37:58 +0900 Subject: [PATCH] sensor start/stop --- proxy/sensor/sensor_service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/sensor/sensor_service.go b/proxy/sensor/sensor_service.go index 26b3c16..2843e66 100644 --- a/proxy/sensor/sensor_service.go +++ b/proxy/sensor/sensor_service.go @@ -81,4 +81,4 @@ func (ss *SensorService) Stop(s *Sensor) (string, error) { return "", err } return res, nil -} \ No newline at end of file +}