Skip to content

Commit

Permalink
dev: formetter
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsingerus committed Dec 13, 2024
1 parent 73ac3d2 commit 38f13be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/apis/clickhouse.altinity.com/v1/type_settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ func (s *Settings) unmarshal(data []byte, unmarshaller func(data []byte, v any)
}

// marshal
func (s *Settings) marshal(marshaller func (v any) ([]byte, error)) ([]byte, error) {
func (s *Settings) marshal(marshaller func(v any) ([]byte, error)) ([]byte, error) {
if s == nil {
return marshaller(nil)
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/model/chop_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import (

"gopkg.in/d4l3k/messagediff.v1"

api "github.com/altinity/clickhouse-operator/pkg/apis/clickhouse.altinity.com/v1"
log "github.com/altinity/clickhouse-operator/pkg/announcer"
api "github.com/altinity/clickhouse-operator/pkg/apis/clickhouse.altinity.com/v1"
"github.com/altinity/clickhouse-operator/pkg/chop"
)

Expand Down

0 comments on commit 38f13be

Please sign in to comment.