diff --git a/docs/code_formatting_rules.md b/docs/code_formatting_rules.md index e534d9b8a..8db66ce20 100644 --- a/docs/code_formatting_rules.md +++ b/docs/code_formatting_rules.md @@ -203,6 +203,9 @@ func foo(a, b, func baz(a, b, c) (d, error) { + +func longFunctionName( + a, b, c) (d, error) { ``` If a function declaration spans multiple lines the body should start with an