-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
draw: simplify some calls to fmt.Fprintf
The implementation generator passes the same arguments many times to some calls to fmt.Fprintf. Use %[n]s notation for these instead. The generated program does not change. Change-Id: I50fc0fc7a746bac6d92ab2f63f2eaf0d1f113a31 Reviewed-on: https://go-review.googlesource.com/c/image/+/526936 Reviewed-by: Nigel Tao (INACTIVE; USE @golang.org INSTEAD) <nigeltao@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Nigel Tao <nigeltao@golang.org> Auto-Submit: Nigel Tao <nigeltao@golang.org>
- Loading branch information
1 parent
491771c
commit c20bbc3
Showing
1 changed file
with
41 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters