Skip to content

Commit 86fee29

Browse files
Minor Go formatting fix
1 parent 1d90207 commit 86fee29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GoForCPPProgrammers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ a variable, it will be allocated on the heap if necessary. So these
460460
functions are equivalent:
461461

462462
```go
463-
type S struct{ I int }
463+
type S struct { I int }
464464

465465
func f1() *S {
466466
return new(S)

0 commit comments

Comments
 (0)