cmd/gofmt: Inconsistent space before open curly brace #12043
Labels
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone
Using go1.5beta3.
This is obviously subjective, so feel free to close.
When struct definition is placed on a single line, it removes the space between the
struct
and{
.When an anonymous struct is used and instantiated, it lacks a space before the
{
as well.The text was updated successfully, but these errors were encountered: