Skip to content

Commit

Permalink
remove (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylitianrui committed Apr 4, 2023
1 parent d0f2727 commit 5f4899a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion args.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ func (a *Args) Reset() {

// CopyTo copies all args to dst.
func (a *Args) CopyTo(dst *Args) {
dst.Reset()
dst.args = copyArgs(dst.args, a.args)
}

Expand Down

0 comments on commit 5f4899a

Please sign in to comment.