Run make fmt

(cherry picked from commit 0233ee0c0d)
This commit is contained in:
JakobDev 2024-06-16 15:59:59 +02:00 committed by GitHub
parent b2742ccd3e
commit 794887d05c

View file

@ -8,8 +8,8 @@ import (
"code.gitea.io/gitea/models/db"
issues_model "code.gitea.io/gitea/models/issues"
"code.gitea.io/gitea/models/unittest"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)