Merge pull request #5262 from AvdN/patch-2

inconsistent insertion of space after colon
This commit is contained in:
Dominik Picheta
2017-01-21 20:49:41 +01:00
committed by GitHub

View File

@@ -178,7 +178,7 @@ Conventions for multi-line statements and expressions
consider renaming your procedure).
.. code-block:: nim
proc lotsOfArguments(argOne: string, argTwo: int, argThree:float
proc lotsOfArguments(argOne: string, argTwo: int, argThree: float
argFour: proc(), argFive: bool): int
{.heyLookALongPragma.} =
- Multi-line procedure calls should either have one argument per line (like