Skip to content

Commit

Permalink
remove useless assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Nov 8, 2023
1 parent f5cd0c1 commit fe9fe0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tags.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func (tags Tags) AppendUnique(tag Tag) Tags {
}

func (t *Tags) Scan(src any) error {
var jtags []byte = make([]byte, 0)
var jtags []byte

switch v := src.(type) {
case []byte:
Expand Down

0 comments on commit fe9fe0a

Please sign in to comment.