1
0
Fork 0
forked from forgejo/forgejo

Format code

This commit is contained in:
Mai-Lapyst 2024-03-28 05:42:25 +01:00
parent 16a8658878
commit 6e98bacbbd
No known key found for this signature in database
GPG key ID: F88D929C09E239F8
3 changed files with 1 additions and 6 deletions

View file

@ -688,7 +688,7 @@ func TestRender_FilePreview(t *testing.T) {
gitRepo, err := git.OpenRepository(git.DefaultContext, "./tests/repo/repo1_filepreview")
require.NoError(t, err)
defer gitRepo.Close()
commit, err := gitRepo.GetCommit("HEAD")
require.NoError(t, err)