소스 검색

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