refactor: run formatter

This commit is contained in:
Elias Schneider
2025-06-16 16:06:11 +02:00
parent 2e5d268798
commit 5814549cbe
4 changed files with 4 additions and 4 deletions

View File

@@ -1,11 +1,12 @@
package utils
import (
"github.com/gin-gonic/gin"
"net/http"
"strconv"
"strings"
"time"
"github.com/gin-gonic/gin"
)
// BearerAuth returns the value of the bearer token in the Authorization header if present