Skip to content

Commit

Permalink
code formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-alrux committed Mar 2, 2017
1 parent 1bd7932 commit c7d92bb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions manualclock/wait.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ import (

// nonwaiting represents the set of goroutine statuses that do not indicate waiting.
var nonwaiting = map[string]struct{}{
"idle": struct{}{},
"runnable": struct{}{},
"running": struct{}{},
"syscall": struct{}{},
"dead": struct{}{},
"enqueue": struct{}{},
"copystack": struct{}{},
"idle": {},
"runnable": {},
"running": {},
"syscall": {},
"dead": {},
"enqueue": {},
"copystack": {},
}

type waitpoint struct {
Expand Down

0 comments on commit c7d92bb

Please sign in to comment.