Skip to content

Commit

Permalink
simplify make map
Browse files Browse the repository at this point in the history
  • Loading branch information
itswisdomagain committed Sep 4, 2019
1 parent a4d5610 commit 80af5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/ticketchallengescache.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type ticketChallengesCache struct {

func newTicketChallengesCache() *ticketChallengesCache {
cache := &ticketChallengesCache{
usedSignatures: make(map[string]int64, 0),
usedSignatures: make(map[string]int64),
}

go func() {
Expand Down

0 comments on commit 80af5c3

Please sign in to comment.