فهرست منبع

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