Skip to content

Commit

Permalink
Remove excess constant assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
qishenonly committed Jul 5, 2023
1 parent 41b34b4 commit d81f052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structure/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const (
// Hash is a hash data structure
Hash
// List is a list data structure
List DataStructure = iota + 1
List
// Set is a set data structure
Set
// ZSet is a zset data structure
Expand Down

0 comments on commit d81f052

Please sign in to comment.