浏览代码

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"
 )