Fix linting

This commit is contained in:
Preetha Appan
2018-03-19 18:10:58 -05:00
parent 52d1a9c41a
commit f4f178b46c

View File

@@ -1,8 +1,8 @@
package rescheduling
import (
"time"
"sort"
"time"
"github.com/hashicorp/nomad/api"
"github.com/hashicorp/nomad/jobspec"
@@ -10,8 +10,8 @@ import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"github.com/hashicorp/nomad/helper/uuid"
"github.com/hashicorp/nomad/helper"
"github.com/hashicorp/nomad/helper/uuid"
)
var _ = Describe("Server Side Restart Tests", func() {