瀏覽代碼

makefile: fix goimports -local (#1763)

Matt Landis 6 年之前
父節點
當前提交
47551895f3
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      pkg/watch/notify_test.go

+ 1 - 0
pkg/watch/notify_test.go

@@ -13,6 +13,7 @@ import (
 	"time"
 
 	"github.com/stretchr/testify/assert"
+
 	"github.com/windmilleng/tilt/internal/logger"
 	"github.com/windmilleng/tilt/internal/testutils/tempdir"
 )