style: reorder imports to follow go conventions

This commit is contained in:
2026-04-20 15:55:31 +02:00
parent 6df8788749
commit 89f4ebbdb0
6 changed files with 7 additions and 7 deletions

View File

@@ -5,8 +5,8 @@ import (
"net/http"
"strings"
"mal/internal/db"
"mal/api/auth"
"mal/internal/db"
)
type contextKey string