-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go/printer: do not add a space after comment in template part
Currently in the Go printer, the code below is already formatted: a(sth /*l*/) This change aligns this behaviour for template parts, before this change, following code: "\{sth /*l*/}" got formatted into: "\{sth /*l*/ }" now it is unchanged.
- Loading branch information
1 parent
535e938
commit 6375708
Showing
2 changed files
with
11 additions
and
8 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
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