Skip to content

Commit

Permalink
Update server_kem.go
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Jan 5, 2020
1 parent 046e324 commit a06f490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/client_server_kem/server/server_kem.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type Counter struct {
// Add increments the counter.
func (c *Counter) Add() {
c.mu.Lock()
defer c.mu.Unlock()
defer c.mu.Unlock()
c.cnt++
}

Expand Down

0 comments on commit a06f490

Please sign in to comment.