run gofmt

This commit is contained in:
Gani Georgiev
2026-07-15 13:14:52 +03:00
parent f1618ee59b
commit dcb9cf3d0a
16 changed files with 16 additions and 14 deletions
+1
View File
@@ -259,6 +259,7 @@ func (s *Settings) DBExport(app App) (map[string]any, error) {
// @todo remove with encoding/json/2
// serialize as empty array
//nolint:staticcheck
if s.settings.SuperuserIPs == nil {
s.settings.SuperuserIPs = []string{}
}