浏览代码

Fix import order. (#301)

Alexey Alexandrov 7 年前
父节点
当前提交
f588da73b3
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      internal/driver/webui_test.go

+ 1
- 1
internal/driver/webui_test.go 查看文件

@@ -23,12 +23,12 @@ import (
23 23
 	"net/url"
24 24
 	"os/exec"
25 25
 	"regexp"
26
+	"runtime"
26 27
 	"sync"
27 28
 	"testing"
28 29
 
29 30
 	"github.com/google/pprof/internal/plugin"
30 31
 	"github.com/google/pprof/profile"
31
-	"runtime"
32 32
 )
33 33
 
34 34
 func TestWebInterface(t *testing.T) {