Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
# fix gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tallclair committed Aug 31, 2016
1 parent b7ac1fd commit d977c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apparmor/loader/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func pollForever() {
}
pollFn() // Run immediately.
ticker := time.NewTicker(*poll)
for _ = range ticker.C {
for range ticker.C {
pollFn()
}
}
Expand Down

0 comments on commit d977c49

Please sign in to comment.