Unverified Commit f4f178b4 authored by Preetha Appan's avatar Preetha Appan
Browse files

Fix linting

Showing with 2 additions and 2 deletions
+2 -2
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() {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment