From 750a8465f547e9f08a87612c75898d56b8ec1f88 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Wed, 17 Nov 2021 20:34:35 +0800 Subject: A better go code formatter, and now `make fmt` can run in Windows (#17684) * go build / format tools * re-format imports --- integrations/rename_branch_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'integrations/rename_branch_test.go') diff --git a/integrations/rename_branch_test.go b/integrations/rename_branch_test.go index a8138ff0c5..1fe1983054 100644 --- a/integrations/rename_branch_test.go +++ b/integrations/rename_branch_test.go @@ -10,6 +10,7 @@ import ( "code.gitea.io/gitea/models" "code.gitea.io/gitea/models/unittest" + "github.com/stretchr/testify/assert" ) -- cgit v1.2.3