fix: import style (#2369)

This commit is contained in:
Benjamin Eder 2023-03-12 20:32:18 +01:00
parent ab1aed2be1
commit 17996a06c4
No known key found for this signature in database
GPG Key ID: 21B6BE3EC42C7B29

View File

@ -2,9 +2,10 @@ package audit
import (
"bytes"
"github.com/filebrowser/filebrowser/v2/users"
"log"
"testing"
"github.com/filebrowser/filebrowser/v2/users"
)
func TestLogFileActivity(t *testing.T) {