Skip to content

Commit

Permalink
erase redundant space character
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Feb 10, 2024
1 parent 59284fe commit f418175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvts.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ type ValueConverter interface {
Match(params *Params, source, target reflect.Type) (ctx *ValueConverterContext, yes bool)
}

// ValueCopier for internal used.
// ValueCopier for internal used.
type ValueCopier interface {
CopyTo(ctx *ValueConverterContext, source, target reflect.Value) (err error)
Match(params *Params, source, target reflect.Type) (ctx *ValueConverterContext, yes bool)
Expand Down

0 comments on commit f418175

Please sign in to comment.