Skip to content

Commit

Permalink
Minor Go formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlancetaylor committed Feb 14, 2020
1 parent 1d90207 commit 86fee29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GoForCPPProgrammers.md
Expand Up @@ -460,7 +460,7 @@ a variable, it will be allocated on the heap if necessary. So these
functions are equivalent:

```go
type S struct{ I int }
type S struct { I int }

func f1() *S {
return new(S)
Expand Down

0 comments on commit 86fee29

Please sign in to comment.