rename logger common.commonspace.settings -> commonspace.settings

This commit is contained in:
Roman Khafizianov 2023-03-06 22:26:32 +01:00
parent d4c19f790d
commit 3693218fc5
No known key found for this signature in database
GPG Key ID: F07A7D55A2684852

View File

@ -22,7 +22,7 @@ import (
"golang.org/x/exp/slices" "golang.org/x/exp/slices"
) )
var log = logger.NewNamed("common.commonspace.settings") var log = logger.NewNamed("commonspace.settings")
type SettingsObject interface { type SettingsObject interface {
synctree.SyncTree synctree.SyncTree