mirror of
https://github.com/AlistGo/alist.git
synced 2025-06-07 02:54:33 +08:00
chore: go fmt
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
package setting
|
||||
|
||||
import (
|
||||
"github.com/alist-org/alist/v3/internal/db"
|
||||
"strconv"
|
||||
|
||||
"github.com/alist-org/alist/v3/internal/db"
|
||||
)
|
||||
|
||||
func GetByKey(key string, defaultValue ...string) string {
|
||||
|
Reference in New Issue
Block a user