Fix gofmt formatting

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-23 11:15:32 +04:00
parent 1ff1901331
commit 1361dda425
3 changed files with 17 additions and 17 deletions

View File

@@ -15,11 +15,11 @@
package cookiebanner
import (
"maps"
"context"
"encoding/json"
"errors"
"fmt"
"maps"
"net/url"
"strings"
"time"
@@ -1746,7 +1746,7 @@ func buildBannerConfig(
return &BannerConfig{
BannerID: banner.ID,
Version: version.Version,
Language: resolvedLang,
Language: resolvedLang,
DefaultLanguage: defaultLang,
AvailableLanguages: availableLanguages,
PrivacyPolicyURL: snapshot.PrivacyPolicyURL,