Fix linting

This commit is contained in:
Preetha Appan 2018-03-19 18:10:58 -05:00
parent 33a5a72323
commit 4d5ce3e8d4
No known key found for this signature in database
GPG Key ID: 9F7C19990A50EAFC
1 changed files with 2 additions and 2 deletions

View File

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