Fix Formatting of *Wrong*

There is a spacing issues, and thus a formatting 
issue, in the file, code_contribution_guidelines.md
This commit is contained in:
Vignesh Karthikeyan 2019-10-19 16:48:32 +05:30 committed by GitHub
parent 21a40daf58
commit 2520d0a996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -424,6 +424,7 @@ statements and select statements.
If one is forced to wrap lines of function arguments that exceed the 80 If one is forced to wrap lines of function arguments that exceed the 80
character limit, then a new line should be inserted before the first stanza in character limit, then a new line should be inserted before the first stanza in
the comment body. the comment body.
**WRONG** **WRONG**
```go ```go
func foo(a, b, c, func foo(a, b, c,