Skip to content

Commit

Permalink
fixed comment misplacement
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed May 11, 2015
1 parent 72febe0 commit 58ba8ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ type Clients map[MessageChan]bool
// Application contains main logic
type Application struct {
facilities Facilities
l sync.Locker
mux *http.ServeMux // facilities lock
l sync.Locker // facilities lock
mux *http.ServeMux
listenOn string
rate *ratecounter.RateCounter
}
Expand Down

0 comments on commit 58ba8ad

Please sign in to comment.