summaryrefslogtreecommitdiff
path: root/service/reload
diff options
context:
space:
mode:
Diffstat (limited to 'service/reload')
-rw-r--r--service/reload/config.go3
-rw-r--r--service/reload/config_test.go3
2 files changed, 4 insertions, 2 deletions
diff --git a/service/reload/config.go b/service/reload/config.go
index efc71972..46267045 100644
--- a/service/reload/config.go
+++ b/service/reload/config.go
@@ -2,9 +2,10 @@ package reload
import (
"errors"
+ "time"
+
"github.com/spiral/roadrunner"
"github.com/spiral/roadrunner/service"
- "time"
)
// Config is a Reload configuration point.
diff --git a/service/reload/config_test.go b/service/reload/config_test.go
index 600975d3..b0620aa1 100644
--- a/service/reload/config_test.go
+++ b/service/reload/config_test.go
@@ -1,9 +1,10 @@
package reload
import (
- "github.com/stretchr/testify/assert"
"testing"
"time"
+
+ "github.com/stretchr/testify/assert"
)
func Test_Config_Valid(t *testing.T) {