Skip to content

Commit

Permalink
Remove an unused format string
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiyukiMineo committed Sep 5, 2018
1 parent 3cb67c7 commit cd36179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/http_breaker.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ func main() {
log.Fatal(err)
}

fmt.Println("%s", string(body))
fmt.Println(string(body))
}

0 comments on commit cd36179

Please sign in to comment.